Fix CICD with new http file

This commit is contained in:
Eric NGUYEN 2022-10-03 17:13:49 +02:00
parent 21447b7723
commit 36525399a4
2 changed files with 4 additions and 4 deletions

View file

@ -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