Skip to content

Commit

Permalink
ci: remove unused condition from Playwright cache step
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Nov 11, 2022
1 parent 2fd836c commit 356f4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
key: ${{ runner.os }}${{ runner.arch }}-playwright-browsers

- name: Install Playwright browsers if not cached
if: steps.playwright-cache.outputs.cache-hit != 'true' && matrix.framework == 'vite'
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: npx playwright install chromium webkit firefox

- name: Install Playwright system dependencies (always)
Expand Down

0 comments on commit 356f4fb

Please sign in to comment.