Skip to content

Commit

Permalink
OPHYK-216 install playwright with deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tokarls committed Jan 30, 2025
1 parent 24f91f2 commit 011b29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rekisterointi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: npm ci
working-directory: rekisterointi/rekisterointi-ui
- name: Install Playwright dependencies
run: npx playwright install-deps chromium
run: npx playwright install --with-deps
working-directory: rekisterointi/rekisterointi-ui
- name: Run playwright tests
run: |
Expand Down

0 comments on commit 011b29b

Please sign in to comment.