Add dev vm for action

This commit is contained in:
thiloho
2024-09-01 17:32:22 +02:00
parent d1447ace0a
commit a5bca3c315

View File

@@ -16,6 +16,9 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Start dev vm for database
run: nix run .#dev-vm
- name: Run playwright tests
run: |
cd web-app