Skip to content

Commit

Permalink
more explicit route with response for wait for prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
bohandley committed Mar 8, 2024
1 parent a5275b1 commit 01724f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Wait for prometheus to start
uses: nev7n/wait_for_response@v1
with:
url: 'http://localhost:9090/'
url: 'http://localhost:9090/-/ready'
responseCode: 200
timeout: 20000
interval: 500
Expand Down

0 comments on commit 01724f4

Please sign in to comment.