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 264df86 commit 1a21515Copy full SHA for 1a21515
.github/workflows/build-node-python.yml
@@ -293,7 +293,7 @@ jobs:
293
run: npm run webpack:prod
294
shell: bash
295
- name: Install playwright browsers
296
- run: yarn playwright install --with-deps
+ run: yarn playwright install --with-deps chromium
297
298
- name: Run playwright e2e tests
299
run: yarn run pw:run
@@ -304,9 +304,3 @@ jobs:
304
with:
305
name: playwright-report
306
path: playwright-report/
307
- # - name: Upload cypress videos
308
- # uses: actions/upload-artifact@v3
309
- # if: always()
310
- # with:
311
- # name: cypress-videos
312
- # path: cypress/videos
0 commit comments