Skip to content

Commit

Permalink
ci: add command to install playwright browsers
Browse files Browse the repository at this point in the history
This is not very "nix-like" but should get it working for now.
  • Loading branch information
21CSM committed Sep 21, 2024
1 parent bf7e20f commit f73ed7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
nix develop -c pnpm run test:unit
- name: Run Integration Tests
run: |
nix develop -c pnpm exec playwright install
nix develop -c pnpm run test:integration

0 comments on commit f73ed7b

Please sign in to comment.