diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 178e253..204158d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -16,11 +16,7 @@ jobs: with: github_access_token: ${{ secrets.GITHUB_TOKEN }} - - name: Enter web app directory - run: cd web-app - - - name: Enter Nix development environment - run: nix develop .#web - - name: Run playwright tests - run: npm run test + run: | + cd web-app + nix develop .#web --command bash -c "npm run test"