Skip to content

Commit

Permalink
use npx playwright install-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Tranquilla committed Dec 6, 2023
1 parent 2157192 commit 3499eb1
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 --with-deps && npx playwright test"
run: nix-shell --run "node --version && npx playwright install-deps && npx playwright test"

0 comments on commit 3499eb1

Please sign in to comment.