Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
lidezhu committed Feb 8, 2025
1 parent 39c3d82 commit 79c0794
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration_test_mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,11 @@ jobs:
run: |
export TICDC_NEWARCH=true && make integration_test CASE=multi_source
- name: Test multi_source
if: ${{ success() }}
run: |
export TICDC_NEWARCH=true && make integration_test CASE=multi_source
- name: Test multi_source
if: ${{ success() }}
run: |
Expand Down

0 comments on commit 79c0794

Please sign in to comment.