update command to install playwright deps

This commit is contained in:
Jacob Overgaard
2023-12-08 09:32:58 +01:00
parent 86f5441b08
commit b4094e97c2

View File

@@ -37,7 +37,7 @@ jobs:
- run: npm run lint
- run: npm run build
- run: npm run generate:jsonschema:dist
- run: sudo npx playwright install-deps
- run: npx playwright install --with-deps
- run: npm test
- name: Upload Code Coverage reports
uses: actions/upload-artifact@v3