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 f92bd12 commit afc6387Copy full SHA for afc6387
.github/workflows/production.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: npx vitest run
26
27
- name: Install Playwright Browsers
28
- run: npx playwright install --with-deps
+ run: npx playwright install --with-deps
29
30
- name: Run Playwright Tests
31
run: npx playwright test
0 commit comments