mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 08:16:28 +00:00
use npx
This commit is contained in:
parent
5d62c48a35
commit
0a98481991
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
|
||||
|
Loading…
Reference in New Issue
Block a user