Skip to content

Commit 760f0b5

Browse files
Copilotkriskowal
andauthored
fix(ci): invoke local playwright CLI in browser tests
Co-authored-by: kriskowal <60294+kriskowal@users.noreply.github.com>
1 parent 90d6747 commit 760f0b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/browser-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
run: npm ci --ignore-scripts
5353
- name: Install Playwright Browsers
5454
working-directory: browser-test
55-
run: npx playwright install --with-deps
55+
run: node node_modules/playwright/cli.js install --with-deps
5656
- name: Run Playwright tests
5757
working-directory: browser-test
58-
run: npx playwright test
58+
run: npm test
5959
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6060
if: always()
6161
with:

0 commit comments

Comments
 (0)