Update playwright.yml

This commit is contained in:
Thilo Hohlt
2024-09-01 17:28:42 +02:00
committed by GitHub
parent a539f40f6b
commit d1447ace0a

View File

@@ -19,4 +19,6 @@ jobs:
- name: Run playwright tests
run: |
cd web-app
nix develop .#web --command bash -c "npm install && npm run test"
nix develop .#web
npm install
npm run test