Skip to content

Commit 1a21515

Browse files
committed
Install chromium only
1 parent 264df86 commit 1a21515

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build-node-python.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
run: npm run webpack:prod
294294
shell: bash
295295
- name: Install playwright browsers
296-
run: yarn playwright install --with-deps
296+
run: yarn playwright install --with-deps chromium
297297
shell: bash
298298
- name: Run playwright e2e tests
299299
run: yarn run pw:run
@@ -304,9 +304,3 @@ jobs:
304304
with:
305305
name: playwright-report
306306
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

Comments
 (0)