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:
- npm run build
- name: test
network_mode: host
image: node:20.10.0
commands:
- npm run test

View File

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