Skip to content

Commit

Permalink
#fix: tests logging
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Oct 2, 2023
1 parent 2e39530 commit fffeb4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-clickhouse.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
CLICKHOUSE_DB: loki
CLICKHOUSE_TSDB: loki
INTEGRATION_E2E: 1
run: node qryn.js & npm run test --forceExit
run: node qryn.js >/dev/stdout & npm run test --forceExit
1 change: 1 addition & 0 deletions qryn.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ let fastify = require('fastify')({
})
done()
}))

await fastify.register(require('@fastify/compress'))
await fastify.register(require('fastify-url-data'))
await fastify.register(require('@fastify/websocket'))
Expand Down

0 comments on commit fffeb4d

Please sign in to comment.