Skip to content

Commit

Permalink
chore(ci): remove caching step for Playwright dependencies in GitHub …
Browse files Browse the repository at this point in the history
…Actions workflow
  • Loading branch information
MoinJulian committed Nov 21, 2024
1 parent 363e9bb commit 1724a8d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,11 @@ jobs:
${{ runner.os }}-node-modules-
${{ runner.os }}-
- name: Cache Playwright dependencies
id: realgolfgames-logs-cache-playwright
uses: actions/cache@v4
env:
cache-name: cache-playwright
with:
path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-deps-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.json') }}
restore-keys: |
${{ runner.os }}-playwright-deps-${{ env.cache-name }}-
${{ runner.os }}-playwright-deps-
${{ runner.os }}-
- name: Install dependencies
if: steps.realgolfgames-logs-cache-node-modules.outputs.cache-hit != 'true'
run: npm install

- name: Install Playwright dependencies
if: steps.realgolfgames-logs-cache-playwright.outputs.cache-hit != 'true'
run: npx playwright install --with-deps chromium

- name: Run tests
Expand Down

0 comments on commit 1724a8d

Please sign in to comment.