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 96c0f87 commit a898c83Copy full SHA for a898c83
.github/workflows/production.yaml
@@ -25,6 +25,9 @@ jobs:
25
run: npx vitest run
26
27
- name: Install Playwright Browsers
28
+ run: npx playwright install --with-deps
29
+
30
+ - name: Run Playwright Tests
31
run: npx playwright test
32
33
Deploy-Production:
.github/workflows/tests.yaml
@@ -24,6 +24,9 @@ jobs:
24
0 commit comments