Update .gitea/workflows/deploy.yml
Deployment / deploy (push) Has been cancelled
Deployment / test (push) Has been cancelled

This commit is contained in:
2023-07-15 00:10:25 +02:00
parent 75edb84cf1
commit 5df14f9331
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run server
run: npm start & npx wait-on http://127.0.0.1:3216
run: npm start & npx wait-on http://127.0.0.1:$PORT
- name: Run tests
run: npm test
- name: Output information