Add node middleware #15
test-and-deploy.yml
on: push
build-and-test
15s
deploy
0s
Annotations
10 errors and 1 warning
TypeError: server.stop is not a function. (In 'server.stop(!0)':
tests/src/path1.test.ts#L23
at /home/runner/work/bunicorn/bunicorn/tests/src/path1.test.ts:23:9
|
TypeError: server.stop is not a function. (In 'server.stop(!0)':
tests/src/path2.test.ts#L23
at /home/runner/work/bunicorn/bunicorn/tests/src/path2.test.ts:23:9
|
TypeError: server.stop is not a function. (In 'server.stop(!0)':
tests/src/crud.test.ts#L24
at /home/runner/work/bunicorn/bunicorn/tests/src/crud.test.ts:24:9
|
EADDRINUSE: Failed to start server. Is port 8102 in use?:
packages/server/src/app/index.ts#L213
at serve (/home/runner/work/bunicorn/bunicorn/packages/server/src/app/index.ts:213:1)
at /home/runner/work/bunicorn/bunicorn/tests/src/query.test.ts:8:15
at /home/runner/work/bunicorn/bunicorn/tests/src/query.test.ts:7:11
at /home/runner/work/bunicorn/bunicorn/tests/src/query.test.ts:15:1
|
error: The method 'GET' to path '/api/v1/single-param' does not exist.:
packages/client/dist/index.js#L1
at new w (/home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:572)
at v (/home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:427)
at /home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:8160
|
error: The method 'GET' to path '/api/v1/multiple-params' does not exist.:
packages/client/dist/index.js#L1
at new w (/home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:572)
at v (/home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:427)
at /home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:8160
|
error: The method 'GET' to path '/api/v1/array-param' does not exist.:
packages/client/dist/index.js#L1
at new w (/home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:572)
at v (/home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:427)
at /home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:8160
|
error: The method 'GET' to path '/api/v1/boolean-param' does not exist.:
packages/client/dist/index.js#L1
at new w (/home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:572)
at v (/home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:427)
at /home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:8160
|
error: The method 'GET' to path '/api/v1/default-param' does not exist.:
packages/client/dist/index.js#L1
at new w (/home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:572)
at v (/home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:427)
at /home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:8160
|
error: The method 'GET' to path '/api/v1/zod-string' does not exist.:
packages/client/dist/index.js#L1
at new w (/home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:572)
at v (/home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:427)
at /home/runner/work/bunicorn/bunicorn/packages/client/dist/index.js:1:8160
|
build-and-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/configure-pages@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|