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