Install dependencies before running tests in action

This commit is contained in:
thiloho
2024-09-01 17:24:04 +02:00
parent 23d50212bf
commit a539f40f6b

View File

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