Skip to content

Commit

Permalink
chore: fix dependencies install
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Dec 8, 2023
1 parent 5e6adc9 commit c7f4a28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ jobs:
run: yarn playwright install --with-deps
if: steps.playwright-cache.outputs.cache-hit != 'true'

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

- name: Build website
run: yarn build

Expand Down

0 comments on commit c7f4a28

Please sign in to comment.