Skip to content

Commit bd578b6

Browse files
committed
ci: rename CI job and consolidate build steps
The `cdc-check` job is renamed to `verify` and now includes the `cdc-build-and-unit-test` steps. This simplifies the workflow by removing a separate job. Signed-off-by: wuhuizuo <wuhuizuo@126.com>
1 parent 4435e86 commit bd578b6

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/ci-cdc.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defaults:
2727
working-directory: cdc
2828

2929
jobs:
30-
cdc-check:
30+
verify-cdc:
3131
runs-on: ubuntu-latest
3232
timeout-minutes: 30
3333
steps:
@@ -42,17 +42,6 @@ jobs:
4242
run: make check
4343
- name: make check-gosec
4444
run: make check-gosec
45-
cdc-build-and-unit-test:
46-
runs-on: ubuntu-latest
47-
timeout-minutes: 40
48-
steps:
49-
- uses: actions/checkout@v4
50-
- uses: actions/setup-go@v5
51-
with:
52-
go-version-file: cdc/go.mod
53-
cache-dependency-path: |
54-
cdc/go.sum
55-
cdc/tools/check/go.sum
5645
- name: make cdc
5746
run: make cdc
5847
- name: make unit_test_in_verify_ci

0 commit comments

Comments
 (0)