Skip to content

Commit

Permalink
#fix: force ipv4
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Oct 2, 2023
1 parent fffeb4d commit d689a12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/node-clickhouse.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
CLICKHOUSE_DB: loki
CLICKHOUSE_TSDB: loki
INTEGRATION_E2E: 1
CLOKI_EXT_URL: 127.0.0.1:3100
run: node qryn.js >/dev/stdout & npm run test --forceExit
1 change: 0 additions & 1 deletion qryn.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ 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 d689a12

Please sign in to comment.