Update .gitea/workflows/deploy.yml
This commit is contained in:
@@ -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:XYZ
|
||||
run: npm start & npx wait-on http://127.0.0.1:3216
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
- name: Output information
|
||||
|
||||
Reference in New Issue
Block a user