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 072c5b6 commit 4cf962aCopy full SHA for 4cf962a
.github/workflows/node-pr-jobs.yml
@@ -69,12 +69,11 @@ jobs:
69
- uses: actions/setup-node@v3
70
with:
71
node-version: 12.x
72
+ - uses: microsoft/[email protected]
73
- name: Install dependencies
74
run: npm ci
- - name: Install playwright browsers
75
- run: npx playwright install --with-deps
76
- name: run tests
77
- run: npx playwright test:e2e
+ run: npm run test:e2e
78
- uses: actions/upload-artifact@v4
79
if: failure()
80
0 commit comments