Update .gitea/workflows/services.yml
Test Workflow run in Container / test (push) Successful in 8s
Test Gitea Actions with Service Containers / build (push) Has been cancelled

This commit is contained in:
2023-07-17 16:47:58 +02:00
parent e51521680e
commit fac4aa465f
+1 -1
View File
@@ -28,6 +28,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run server
run: npm start & npx wait-on http://127.0.0.1:$WEB_PORT
run: npm start & npx wait-on http://127.0.0.1:$PORT
- name: Run tests
run: npm test