Skip to content

Commit f4cc885

Browse files
committed
update scripts calling
1 parent aa7cb04 commit f4cc885

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: npm ci
1919
- name: Static Check
20-
run: npm run pre-check
20+
run: npm run static-check
2121

2222
test-run:
2323
needs: static-check
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: npm ci
3636
- name: Run your tests
37-
run: npm run pre-check && npx playwright test
37+
run: npm run runAll
3838
env:
3939
HOME: /root
4040
TOKEN: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)