From a516818ba6190e65485975b6b57a9838a473ec0d Mon Sep 17 00:00:00 2001 From: jjy Date: Thu, 24 Aug 2023 22:53:29 +0800 Subject: [PATCH] fix(ci): source code path --- .github/workflows/ibc-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ibc-test.yaml b/.github/workflows/ibc-test.yaml index eae2d3546..f0cbcedd1 100644 --- a/.github/workflows/ibc-test.yaml +++ b/.github/workflows/ibc-test.yaml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-20.04 timeout-minutes: 60 env: - SRC_DIR: ./tmp/ibc-test-src + SRC_DIR: ${{ github.workspace }}/ibc-test-src strategy: fail-fast: false matrix: