Installs playwright deps via install-deps script

This commit is contained in:
Henning Dieterichs 2025-11-18 18:31:29 +01:00
parent 5486e82ffa
commit 288737a4d4
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ jobs:
npm ci
- name: Download Playwright
run: npx playwright install --with-deps
run: npx playwright install-deps
- name: execute `npm ci` (2)
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}