Skip to content

Commit

Permalink
wait for prometheus health in grafana to be ok
Browse files Browse the repository at this point in the history
  • Loading branch information
bohandley committed Mar 8, 2024
1 parent 01724f4 commit d37f5d1
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 @@ -61,6 +61,13 @@ jobs:
responseCode: 200
timeout: 20000
interval: 500
- name: Wait for prometheus to be configured in grafana
uses: nev7n/wait_for_response@v1
with:
url: 'http://localhost:3099/api/datasources/uid/prometheus-amazon/health'
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 d37f5d1

Please sign in to comment.