Skip to content

Commit

Permalink
ci(multichain-e2e): enable IBC Transfers test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jan 23, 2025
1 parent 05131ff commit 5252cef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/multichain-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,25 @@ on:
type: choice
required: true
options:
- ibc-transfers-hermes
- orchestration-api-hermes
- fast-usdc-hermes
- orchestration-api-go-relayer
- fast-usdc-go-relayer
workflow_call:

jobs:
ibc-transfers-hermes:
name: Multichain E2E (IBC Transfers - Hermes)
if: |
github.event_name == 'workflow_call' ||
github.event_name == 'pull_request' ||
(github.event_name == 'workflow_dispatch' && inputs.test_type == 'ibc-transfers-hermes')
uses: ./.github/workflows/multichain-e2e-template.yml
with:
config: config.yaml
test_command: yarn test:main test/ibc-transfers.ts

orchestration-api-hermes:
name: Multichain E2E (Orchestration API - Hermes)
if: |
Expand Down

0 comments on commit 5252cef

Please sign in to comment.