Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Jan 14, 2025
1 parent a758382 commit 24ff864
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
- name: Install dependencies
run: npm ci

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

- name: Test
run: npx playwright install && npm run test

0 comments on commit 24ff864

Please sign in to comment.