Skip to content

Commit

Permalink
npx playwright install
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed Aug 9, 2024
1 parent 1ac56c4 commit 1150385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: npm install
env:
SKIP_PREPARE: true
- run: npm playwright install
- run: npx playwright install
- run: npm run test:integration
env:
CI: true
Expand Down

0 comments on commit 1150385

Please sign in to comment.