Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyunyan committed Nov 13, 2024
1 parent 6b5fadf commit 678eed7
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/check_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,20 +116,20 @@ jobs:
./logs.tar.gz
dispatcher_unit_test:
runs-on: ubuntu-latest
name: Dispatcher Unit Test
steps:
- name: Check out code
uses: actions/checkout@v2

- name: Setup Go environment
uses: actions/setup-go@v3
with:
go-version: '1.21'

-name: Unit Test
run: cd pkg/sink/mysql
go test --tags=intest
cd ../../../downstreamadapter/sink/
go test --tags=intest
dispatcher_unit_test:
runs-on: ubuntu-latest
name: Dispatcher Unit Test
steps:
- name: Check out code
uses: actions/checkout@v2

- name: Setup Go environment
uses: actions/setup-go@v3
with:
go-version: '1.21'

-name: Unit Test
run: cd pkg/sink/mysql
go test --tags=intest
cd ../../../downstreamadapter/sink/
go test --tags=intest

0 comments on commit 678eed7

Please sign in to comment.