Skip to content

Commit

Permalink
chore: fix dependencies install 2nd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Dec 8, 2023
1 parent c7f4a28 commit e050d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if: steps.playwright-cache.outputs.cache-hit != 'true'

- name: Install Playwright dependencies without browsers if cache hit
run: yarn playwright install
run: yarn playwright install-deps
if: steps.playwright-cache.outputs.cache-hit == 'true'

- name: Build website
Expand Down

0 comments on commit e050d79

Please sign in to comment.