From 4cfbd569c01da6a01e77c4d97416bf23f50e41b3 Mon Sep 17 00:00:00 2001 From: Cian Hatton Date: Mon, 28 Nov 2022 14:18:41 +0000 Subject: [PATCH] e2e: making compatibility tests runnable from other repositories' ci --- .github/workflows/e2e-compatibility-workflow-call.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-compatibility-workflow-call.yaml b/.github/workflows/e2e-compatibility-workflow-call.yaml index eb472d0eef0..7a697363bb7 100644 --- a/.github/workflows/e2e-compatibility-workflow-call.yaml +++ b/.github/workflows/e2e-compatibility-workflow-call.yaml @@ -36,7 +36,10 @@ jobs: fail-fast: false matrix: ${{ fromJSON(needs.load-test-matrix.outputs.test-matrix) }} steps: - - uses: actions/checkout@v3 + - name: Checkout the ibc-go repo + uses: actions/checkout@v3 + with: + repository: cosmos/ibc-go - uses: actions/setup-go@v3 with: go-version: 1.18