This commit is contained in:
cupcakearmy 2022-11-15 12:13:03 +01:00
parent 5d62c48a35
commit 0a98481991
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Prepare - name: Prepare
run: | run: |
npm install playwright npm install playwright
npm exec playwright install --with-deps npx playwright install --with-deps
- name: Run your tests - name: Run your tests
run: npm run test:run run: npm run test:run