Update playwright test action

This commit is contained in:
thiloho
2024-09-01 17:22:04 +02:00
parent d06df268fd
commit 23d50212bf

View File

@@ -16,11 +16,7 @@ jobs:
with: with:
github_access_token: ${{ secrets.GITHUB_TOKEN }} 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 - name: Run playwright tests
run: npm run test run: |
cd web-app
nix develop .#web --command bash -c "npm run test"