Skip to content

Commit

Permalink
fix(ci): source code path
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Aug 24, 2023
1 parent ed64a83 commit a516818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ibc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a516818

Please sign in to comment.