Skip to content

Commit

Permalink
Installing playwright deps even with cached browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Oct 21, 2023
1 parent 6e53505 commit 031b2bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ jobs:
run: |
npx playwright install --with-deps
- name: "Install playwright binaries"
if: steps.playwright-cache.outputs.cache-hit == 'true'
run: |
npx playwright install-deps
- name: "Run tests"
run: |
npm run _test:frontend-playwright
Expand Down

0 comments on commit 031b2bd

Please sign in to comment.