Skip to content

Commit dd34989

Browse files
authored
chore: fix docker compose test (risingwavelabs#8666)
Signed-off-by: tabVersion <[email protected]>
1 parent 02b3ea2 commit dd34989

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/intergration_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
# Currently we build docker images at 12:00 (UTC), so run this at 13:00
66
- cron: '0 13 * * *'
7+
push:
8+
branches: [main]
9+
paths: [integration_tests/**]
710

811
jobs:
912
golangci:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CREATE TABLE target_count (
2-
target_id VARCHAR(128),
2+
target_id VARCHAR(128) primary key,
33
target_count BIGINT
44
);

0 commit comments

Comments
 (0)