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

@ -34,7 +34,7 @@ steps:
- bash: |
set -euo pipefail
node --version
node ./test-server/node-http.js &
node ./test-server/http.js &
jobs
pnpm i
pnpm run test:nowatch
@ -50,7 +50,7 @@ steps:
- bash: |
set -euo pipefail
node --version
node ./test-server/node-http.js &
node ./test-server/http.js &
jobs
pnpm i
pnpm run test:nowatch