Skip to content

Commit

Permalink
fix: add relayer as an output in e2e workflow (#3977)
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan authored Jun 28, 2023
1 parent 6bb56d8 commit cbdb856
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
simd-tag: ${{ steps.get-tag.outputs.simd-tag }}
relayer: ${{ steps.get-relayer.outputs.relayer }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
Expand Down Expand Up @@ -100,4 +101,4 @@ jobs:
chain-binary: 'simd'
# on regular PRs we won't run interchain account or upgrade tests.
test-exclusions: 'TestInterTxTestSuite,TestIncentivizedInterTxTestSuite,TestUpgradeTestSuite'
relayer-tag: "${{ needs.determine-image-tag.outputs.relayer }}"
relayer-type: "${{ needs.determine-image-tag.outputs.relayer }}"

0 comments on commit cbdb856

Please sign in to comment.