diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 204158d..1454cc9 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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"