Skip to content

Commit 94a5563

Browse files
stepankuzmingithub-actions[bot]
authored andcommitted
Fix test-unit job
GitOrigin-RevId: bf7de1c836641aeaab1fffe95ddb5739fbc217c8
1 parent 7c95472 commit 94a5563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
cache: npm
7474
cache-dependency-path: 'package-lock.json'
7575
- run: npm ci --no-audit --no-fund
76-
- run: npx playwright install chromium --with-deps --shell-only
76+
- run: npx playwright install chromium --with-deps --only-shell
7777
- run: npm run test-unit
7878

7979
report:

0 commit comments

Comments
 (0)