We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8731b98 commit 97f08e7Copy full SHA for 97f08e7
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install Playwright Browsers
41
run: npx playwright install --with-deps
42
- name: Run Playwright tests
43
- run: npm test:e2e
+ run: npm run test:e2e
44
- uses: actions/upload-artifact@v3
45
if: always()
46
with:
0 commit comments