mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Install dependencies before running tests in action
This commit is contained in:
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@@ -19,4 +19,4 @@ jobs:
|
||||
- name: Run playwright tests
|
||||
run: |
|
||||
cd web-app
|
||||
nix develop .#web --command bash -c "npm run test"
|
||||
nix develop .#web --command bash -c "npm install && npm run test"
|
||||
|
||||
Reference in New Issue
Block a user