Skip to content

Commit

Permalink
refactor: ci
Browse files Browse the repository at this point in the history
Signed-off-by: longyue0521 <[email protected]>
  • Loading branch information
longyue0521 committed Oct 17, 2023
1 parent 160acec commit 46660a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
go-version: '>=1.21.0'

- name: Unit Test
run: go version && which go && sudo sh ./scripts/cicd/unit-testing.sh
run: go version && which go && make ut

- name: Run Integration Test
run: go version && which go && sudo sh ./scripts/cicd/integration-testing.sh
run: go version && which go && make it

- name: Run E2E Test
run: go version && which go && sudo sh ./scripts/cicd/end-to-end-testing.sh
run: go version && which go && make e2e

- name: Post Coverage
uses: codecov/codecov-action@v3

0 comments on commit 46660a3

Please sign in to comment.