We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff19f40 commit 8f48d30Copy full SHA for 8f48d30
.github/workflows/unit-tests.yml
@@ -42,6 +42,9 @@ jobs:
42
- if: ${{ steps.playwright-cache.outputs.cache-hit != 'true' }}
43
name: Install Playwright browsers
44
run: npx playwright install --with-deps
45
+ - if: ${{ steps.playwright-cache.outputs.cache-hit == 'true' }}
46
+ name: Install Playwright dependencies
47
+ run: npx playwright install-deps
48
- name: Build
49
run: npm run build
50
- name: Run ${{ matrix.unit }} unit test
0 commit comments