Skip to content

Commit

Permalink
[#63352] only install chromium for playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
Trzcin committed Aug 9, 2024
1 parent 26b488f commit b1bd263
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ functional-tests:
- yarn
script:
- ./tests/test-server.sh
- npx playwright install-deps &> /dev/null
- npx playwright install
- npx playwright install --with-deps chromium
- yarn test
artifacts:
when: always
Expand Down

0 comments on commit b1bd263

Please sign in to comment.