Skip to content

Commit

Permalink
Update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingolfin69 committed Feb 4, 2025
1 parent ec43909 commit 26acfd8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/reusable_swap_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,15 @@ on:
default: 'LedgerHQ/app-cosmos'
type: string

branch_for_sui:
required: false
default: 'develop'
type: string
repo_for_sui:
required: false
default: 'LedgerHQ/app-sui'
type: string

test_filter:
required: false
default: '""'
Expand Down Expand Up @@ -201,6 +210,9 @@ jobs:
- name: ATOM
repo: ${{ inputs.repo_for_cosmos }}
branch: ${{ inputs.branch_for_cosmos }}
- name: sui
repo: ${{ inputs.repo_for_sui }}
branch: ${{ inputs.branch_for_sui }}

uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
with:
Expand Down

0 comments on commit 26acfd8

Please sign in to comment.