network_mode: host

This commit is contained in:
Florian Herrengt 2024-05-01 17:21:08 +01:00
parent 0954c00e14
commit aef4a712ec
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ steps:
commands: commands:
- npm run build - npm run build
- name: test - name: test
network_mode: host
image: node:20.10.0 image: node:20.10.0
commands: commands:
- npm run test - npm run test

View File

@ -10,7 +10,7 @@ const oneHourAgo = dateFns.format(
); );
describe("Events", () => { describe("Events", () => {
test.skip("has inserted events", async () => { test("has inserted events", async () => {
const { data } = (await ( const { data } = (await (
await clickhouseClient.query({ await clickhouseClient.query({
query: knex("events") query: knex("events")