fix: update Playwright browser installation command to use npx

This commit is contained in:
Marc Emmanuel 2026-01-23 14:35:26 +01:00
parent dfcf8d7b96
commit 28c2f2db7d

View file

@ -14,7 +14,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci
- name: Install Playwright Browsers - name: Install Playwright Browsers
run: playwright install --with-deps run: npx playwright install --with-deps
- name: Run Playwright tests - name: Run Playwright tests
run: npm run test:e2e run: npm run test:e2e
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4