Skip to content

Commit

Permalink
Install system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlkoch committed Apr 19, 2022
1 parent 194fa29 commit ff18dc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
run: npm ci

- name: Install e2e browsers ⏬
run: npx playwright install
run: |
npx playwright install
npx playwright install-deps
- name: Run typecheck, lint and tests 🧪
run: npm run check
Expand Down

0 comments on commit ff18dc4

Please sign in to comment.