Fix CICD with new http file
This commit is contained in:
parent
21447b7723
commit
36525399a4
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue