Fix CICD with new http file
This commit is contained in:
parent
21447b7723
commit
36525399a4
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ steps:
|
|||
- name: test
|
||||
image: node:16
|
||||
commands:
|
||||
- node ./test-server/node-http.js &
|
||||
- node ./test-server/http.js &
|
||||
- npm i
|
||||
- npm run test:nowatch
|
||||
- npm run build
|
||||
|
@ -19,7 +19,7 @@ steps:
|
|||
- name: test
|
||||
image: node
|
||||
commands:
|
||||
- node ./test-server/node-http.js &
|
||||
- node ./test-server/http.js &
|
||||
- npm i
|
||||
- npm run test:nowatch
|
||||
- npm run build
|
Loading…
Add table
Add a link
Reference in a new issue