Skip to content

Commit

Permalink
add missing npx playwright install
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Tranquilla committed Dec 6, 2023
1 parent 3499eb1 commit 21a33f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: nix-shell --run "npm install"
- name: Install playwright deps and run tests
working-directory: app/
run: nix-shell --run "node --version && npx playwright install-deps && npx playwright test"
run: nix-shell --run "node --version && npx playwright install-deps && npx playwright install && npx playwright test"

0 comments on commit 21a33f9

Please sign in to comment.