Skip to content

Commit f53f785

Browse files
committed
yarn cache workflow
1 parent ef48b54 commit f53f785

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
uses: actions/setup-node@v3
3838
with:
3939
node-version: 20
40+
check-latest: true
41+
cache: 'yarn'
42+
cache-dependency-path: '**/package-lock.json'
4043
- name: Install dependencies
4144
run: npm install -g yarn && yarn install --frozen-lockfile;
4245
- name: Build Frontend
@@ -60,13 +63,6 @@ jobs:
6063
responseCode: 200
6164
timeout: 20000
6265
interval: 500
63-
# - name: Wait for prometheus to be configured in grafana
64-
# uses: nev7n/wait_for_response@v1
65-
# with:
66-
# url: 'http://localhost:3099/api/datasources/uid/prometheus-amazon/health'
67-
# responseCode: 200
68-
# timeout: 20000
69-
# interval: 500
7066
- name: Install Playwright Browsers
7167
run: yarn playwright install --with-deps
7268
- name: Run E2E tests

0 commit comments

Comments
 (0)