Skip to content

Commit

Permalink
wait for prometheus to be up in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bohandley committed Mar 8, 2024
1 parent 6ce7ebf commit a5275b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ jobs:
responseCode: 200
timeout: 20000
interval: 500
- name: Wait for prometheus to start
uses: nev7n/wait_for_response@v1
with:
url: 'http://localhost:9090/'
responseCode: 200
timeout: 20000
interval: 500
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Run E2E tests
Expand Down

0 comments on commit a5275b1

Please sign in to comment.