Skip to content

Commit

Permalink
Fix CI & master flow fail
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Oct 2, 2024
1 parent dbeca01 commit 54b0d37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run build
run: npm run build

- name: Run tests x
- name: Install playwright webkit
run: npx playwright install-deps webkit

- name: Run tests
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ jobs:
- name: Run build
run: npm run build

- name: Install playwright webkit
run: npx playwright install-deps webkit

- name: Run tests
run: npx playwright install && npm run test:ci

0 comments on commit 54b0d37

Please sign in to comment.