Update .gitea/workflows/deploy.yml
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Run server
|
- 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
|
- name: Run tests
|
||||||
run: npm test
|
run: npm test
|
||||||
- name: Output information
|
- name: Output information
|
||||||
|
|||||||
Reference in New Issue
Block a user