Update .gitea/workflows/services.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user