Skip to content

Commit

Permalink
install browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryD committed Feb 7, 2024
1 parent b37d5a4 commit e1ec23f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
version: 8
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Install playwright browsers
working-directory: test-app
run: pnpx playwright install --with-deps
- name: Run Tests
run: pnpm test
try-scenarios:
Expand Down

0 comments on commit e1ec23f

Please sign in to comment.