diff --git a/.github/workflows/server_bib-cockpit-server.yml b/.github/workflows/server_bib-cockpit-server.yml index cbd56d5..34a1ea3 100644 --- a/.github/workflows/server_bib-cockpit-server.yml +++ b/.github/workflows/server_bib-cockpit-server.yml @@ -26,7 +26,8 @@ jobs: npm install npm run build --if-present npm run copy --if-present - npx playwright install + npx playwright install --with-deps chromium + - name: Zip artifact for deployment run: zip release.zip ./* -r -q