We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef48b54 commit f53f785Copy full SHA for f53f785
.github/workflows/e2e.yml
@@ -37,6 +37,9 @@ jobs:
37
uses: actions/setup-node@v3
38
with:
39
node-version: 20
40
+ check-latest: true
41
+ cache: 'yarn'
42
+ cache-dependency-path: '**/package-lock.json'
43
- name: Install dependencies
44
run: npm install -g yarn && yarn install --frozen-lockfile;
45
- name: Build Frontend
@@ -60,13 +63,6 @@ jobs:
60
63
responseCode: 200
61
64
timeout: 20000
62
65
interval: 500
- # - name: Wait for prometheus to be configured in grafana
- # uses: nev7n/wait_for_response@v1
- # with:
66
- # url: 'http://localhost:3099/api/datasources/uid/prometheus-amazon/health'
67
- # responseCode: 200
68
- # timeout: 20000
69
- # interval: 500
70
- name: Install Playwright Browsers
71
run: yarn playwright install --with-deps
72
- name: Run E2E tests
0 commit comments