There was an error while loading. Please reload this page.
1 parent 9ef61da commit e0173ccCopy full SHA for e0173cc
1 file changed
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Install Node dependencies
37
run: npm ci
38
- name: Install Playwright browsers
39
- run: npx @vitest/browser-playwright install --with-deps chromium firefox
+ run: npx playwright install --with-deps chromium firefox
40
- run: npm test
41
- uses: davelosert/vitest-coverage-report-action@02f3c2e641286b7fa308cd3e430783103ce6103b # v2.12.0
42
0 commit comments