Skip to content

Commit

Permalink
yarn cache workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bohandley committed Mar 13, 2024
1 parent ef48b54 commit f53f785
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
check-latest: true
cache: 'yarn'
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: npm install -g yarn && yarn install --frozen-lockfile;
- name: Build Frontend
Expand All @@ -60,13 +63,6 @@ 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 f53f785

Please sign in to comment.