From 46660a3ce7c7dcdc84bcfe219c5bee53e392faa1 Mon Sep 17 00:00:00 2001 From: longyue0521 Date: Tue, 17 Oct 2023 17:50:21 +0800 Subject: [PATCH] refactor: ci Signed-off-by: longyue0521 --- .github/workflows/integration_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 539183b..558431a 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -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 \ No newline at end of file