Skip to content

Commit

Permalink
ci: 🎡 fix ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone authored Aug 14, 2021
1 parent f11196e commit 228d9db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: install playwright
run: |
npx playwright install-deps
npx playwright install
- name: run test
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: install playwright
run: |
npx playwright install-deps
npx playwright install
- name: run test
run: |
Expand Down

0 comments on commit 228d9db

Please sign in to comment.