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
|
- name: test
|
||||||
image: node:16
|
image: node:16
|
||||||
commands:
|
commands:
|
||||||
- node ./test-server/node-http.js &
|
- node ./test-server/http.js &
|
||||||
- npm i
|
- npm i
|
||||||
- npm run test:nowatch
|
- npm run test:nowatch
|
||||||
- npm run build
|
- npm run build
|
||||||
|
@ -19,7 +19,7 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- node ./test-server/node-http.js &
|
- node ./test-server/http.js &
|
||||||
- npm i
|
- npm i
|
||||||
- npm run test:nowatch
|
- npm run test:nowatch
|
||||||
- npm run build
|
- npm run build
|
|
@ -34,7 +34,7 @@ steps:
|
||||||
- bash: |
|
- bash: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
node --version
|
node --version
|
||||||
node ./test-server/node-http.js &
|
node ./test-server/http.js &
|
||||||
jobs
|
jobs
|
||||||
pnpm i
|
pnpm i
|
||||||
pnpm run test:nowatch
|
pnpm run test:nowatch
|
||||||
|
@ -50,7 +50,7 @@ steps:
|
||||||
- bash: |
|
- bash: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
node --version
|
node --version
|
||||||
node ./test-server/node-http.js &
|
node ./test-server/http.js &
|
||||||
jobs
|
jobs
|
||||||
pnpm i
|
pnpm i
|
||||||
pnpm run test:nowatch
|
pnpm run test:nowatch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue