1
0
mirror of synced 2026-02-04 12:08:33 -05:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Siddharth Suresh
1838979dce remove global install and change npx to pnpx 2023-01-04 22:31:23 +05:30

View File

@@ -140,8 +140,7 @@ jobs:
- name: Install playwright
run: |
npm i -g playwright
PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers npx playwright install --with-deps
PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers pnpx playwright install --with-deps
shell: bash
- name: Build