network_mode: host
This commit is contained in:
parent
0954c00e14
commit
aef4a712ec
|
@ -48,6 +48,7 @@ steps:
|
|||
commands:
|
||||
- npm run build
|
||||
- name: test
|
||||
network_mode: host
|
||||
image: node:20.10.0
|
||||
commands:
|
||||
- npm run test
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue