Skip to content

Commit

Permalink
chore: fix docker compose test (#8666)
Browse files Browse the repository at this point in the history
Signed-off-by: tabVersion <tabvision@bupt.icu>
  • Loading branch information
tabVersion committed Mar 21, 2023
1 parent 02b3ea2 commit dd34989
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/intergration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
# Currently we build docker images at 12:00 (UTC), so run this at 13:00
- cron: '0 13 * * *'
push:
branches: [main]
paths: [integration_tests/**]

jobs:
golangci:
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/postgres-sink/postgres_prepare.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREATE TABLE target_count (
target_id VARCHAR(128),
target_id VARCHAR(128) primary key,
target_count BIGINT
);

0 comments on commit dd34989

Please sign in to comment.