Skip to content

Commit

Permalink
install playwright with npx
Browse files Browse the repository at this point in the history
  • Loading branch information
JensRavens committed Oct 23, 2024
1 parent 43b5862 commit 4dfd41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Lint Ruby
run: bundle exec rubocop -c .rubocop.yml
- name: Install Playwright
run: cd spec/rails_app && yarn playwright install --with-deps chromium
run: npx -y playwright install --with-deps chromium
- name: Ruby Tests
run: (cd spec/rails_app && bin/rails assets:precompile) && bin/rspec --format documentation
env:
Expand Down

0 comments on commit 4dfd41b

Please sign in to comment.