Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
npx playwright install --with-deps
  • Loading branch information
canbax authored Jan 10, 2025
1 parent 55bdc7c commit be15ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- run: npm run format
- run: npm run lint
- run: npm run test
- run: npx playwright install
- run: npx playwright install --with-deps
- run: npm run test-e2e
- run: npm run build

0 comments on commit be15ccb

Please sign in to comment.