Skip to content

Commit 8f48d30

Browse files
committed
Update unit-tests.yml
1 parent ff19f40 commit 8f48d30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- if: ${{ steps.playwright-cache.outputs.cache-hit != 'true' }}
4343
name: Install Playwright browsers
4444
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
4548
- name: Build
4649
run: npm run build
4750
- name: Run ${{ matrix.unit }} unit test

0 commit comments

Comments
 (0)