diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 6bc4312..178e253 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -16,8 +16,11 @@ 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 \ No newline at end of file + run: npm run test