Skip to content

Commit

Permalink
ci: 🤖 fix broken playwright caching
Browse files Browse the repository at this point in the history
  • Loading branch information
yjaaidi committed Dec 5, 2023
1 parent 243261e commit bf8a85a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ jobs:
with:
node-version: 20

- name: Cache Playwright Browsers
id: cache-playwright-browsers
uses: actions/cache@v3
with:
path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ hashFiles('**/pnpm-lock.json') }}

- name: Cache Nx
uses: actions/cache@v3
with:
Expand All @@ -46,7 +39,6 @@ jobs:
- run: pnpm install

- name: Playwright browsers install
if: steps.cache-playwright-browsers.outputs.cache-hit != 'true'
run: pnpm playwright install --with-deps

- run: pnpm nx run-many --parallel=4 -t build,lint,test,test-ui
Expand Down

0 comments on commit bf8a85a

Please sign in to comment.