Skip to content

Commit

Permalink
Update CI: add playwright browser install before test
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Jan 8, 2025
1 parent 9a0fb3d commit 946afad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push_to_ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: Run tests
run: |
npm install
npx playwright install-deps webkit
npx playwright install
npm run build
npm run test:ci
Expand Down

0 comments on commit 946afad

Please sign in to comment.