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 aaaee0a commit ff2a7b4Copy full SHA for ff2a7b4
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install Playwright Browsers
19
run: npx playwright install --with-deps
20
- name: Run Playwright tests
21
- run: npx playwright test
+ run: npm test run
22
- uses: actions/upload-artifact@v4
23
if: ${{ !cancelled() }}
24
with:
0 commit comments