Skip to content

Commit

Permalink
e2e: enabling compatibility tests to be usable from other repositorie…
Browse files Browse the repository at this point in the history
…s' CI. (#2838)
  • Loading branch information
chatton authored Nov 29, 2022
1 parent 98fc95e commit ddf9baf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e-compatibility-workflow-call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddf9baf

Please sign in to comment.