Start API for testing action

This commit is contained in:
thiloho
2024-09-01 18:40:41 +02:00
parent 665009088c
commit a8bae34b7d

View File

@@ -31,6 +31,11 @@ jobs:
echo "VM is ready"
- name: Start PostgREST API
run: |
cd rest-api
nix run .#api
- name: Run playwright tests
run: |
cd web-app