mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-04 00:20:39 +00:00
use npx
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: Prepare
|
||||
run: |
|
||||
npm install playwright
|
||||
npm exec playwright install --with-deps
|
||||
npx playwright install --with-deps
|
||||
|
||||
- name: Run your tests
|
||||
run: npm run test:run
|
||||
|
Reference in New Issue
Block a user