Skip to content

Commit

Permalink
ci(playwright): remove caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Sep 14, 2023
1 parent 4b480eb commit 61b914f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
run: npm ci

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

- name: Lint
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
run: npm ci

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

- name: Lint
Expand Down

0 comments on commit 61b914f

Please sign in to comment.