Skip to content

Commit d4fc1bf

Browse files
authored
chore(nodejs): test against the nightly QuestDB docker image (#33)
1 parent 97a5f9e commit d4fc1bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
on:
44
push:
55
schedule:
6-
- cron: '15 2 * * *'
6+
- cron: '15 2,10,18 * * *'
77

88
jobs:
99
test:

test/sender.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ describe('Sender tests with containerized QuestDB instance', () => {
14691469

14701470
beforeAll(async () => {
14711471
jest.setTimeout(3000000);
1472-
container = await new GenericContainer('questdb/questdb:7.4.0')
1472+
container = await new GenericContainer('questdb/questdb:nightly')
14731473
.withExposedPorts(QUESTDB_HTTP_PORT, QUESTDB_ILP_PORT)
14741474
.start();
14751475

0 commit comments

Comments
 (0)