Skip to content

Commit

Permalink
fix workflow path
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiqian committed Aug 29, 2024
1 parent 2feae34 commit a5c8186
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/flink_cdc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ concurrency:
jobs:
license_check:
name: License Check
uses: ./.github/workflows/steps/license_check.yml
uses: ./.github/workflows/license_check.yml
ut:
name: Unit Tests
uses: ./.github/workflows/steps/ut.yml
uses: ./.github/workflows/ut.yml
pipeline_e2e:
name: Pipeline End-to-end Tests
uses: ./.github/workflows/steps/pipeline_e2e.yml
uses: ./.github/workflows/pipeline_e2e.yml
source_e2e:
name: Source End-to-end Tests
uses: ./.github/workflows/steps/source_e2e.yml
uses: ./.github/workflows/source_e2e.yml
migration_test:
name: Migration Tests
uses: ./.github/workflows/steps/migration_test.yml
uses: ./.github/workflows/migration_test.yml
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a5c8186

Please sign in to comment.