Skip to content

Commit

Permalink
fix: Fix npx args
Browse files Browse the repository at this point in the history
  • Loading branch information
megahertz committed May 11, 2024
1 parent ec42ab8 commit 353d540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- run: npm install
- run: npm ci --prefix e2e/cra
- run: npx playwright install chromium --prefix e2e/cra
- run: npx --prefix e2e/cra playwright install chromium

- run: npm test

Expand Down

0 comments on commit 353d540

Please sign in to comment.