diff --git a/.ci.yml b/.ci.yml index 770e6f2..2d3441d 100644 --- a/.ci.yml +++ b/.ci.yml @@ -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