Skip to content

Commit

Permalink
πŸ’š chore: fix playwright deps error
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll committed Jan 6, 2025
1 parent 943a592 commit aa8e665
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install playwright test browsers
run: npx playwright install --with-deps
run: |
sudo npx playwright install-deps
npx playwright install
- name: Run all tests
run: npm test

0 comments on commit aa8e665

Please sign in to comment.