network_mode: host
This commit is contained in:
parent
0954c00e14
commit
aef4a712ec
|
@ -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
|
||||||
|
|
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue