Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nto wcy/azblob_support
  • Loading branch information
wcy-fdu committed Mar 21, 2023
2 parents 9aa79be + dd34989 commit 09c8c65
Show file tree
Hide file tree
Showing 553 changed files with 18,332 additions and 8,602 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# macOS
.DS_Store
**/*.DS_Store

# Visual Studio Code
.vscode/
Expand Down
5 changes: 4 additions & 1 deletion .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 Expand Up @@ -39,7 +42,7 @@ jobs:
- schema-registry
- mysql-cdc
- postgres-cdc
#- mysql-sink
- mysql-sink
- postgres-sink
- iceberg-sink
format: ["json", "protobuf"]
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# macOS
.DS_Store
**/*.DS_Store

# Visual Studio Code
.vscode/*
Expand Down
Loading

0 comments on commit 09c8c65

Please sign in to comment.