mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Update playwright test action
This commit is contained in:
10
.github/workflows/playwright.yml
vendored
10
.github/workflows/playwright.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user