Skip to content

Commit

Permalink
Run test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Sep 14, 2023
1 parent 5151ee4 commit f622113
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/reusable_swap_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
required: false
default: 'develop'
type: string
branch_for_tezos:
required: false
default: 'main'
type: string
branch_for_xrp:
required: false
default: 'develop'
Expand Down Expand Up @@ -76,6 +80,10 @@ jobs:
repo: LedgerHQ/app-tezos
branch: ${{ inputs.branch_for_tezos_legacy }}
relative_app_directory: '.'
- name: tezos_new
repo: trilitech/ledger-app-tezos-wallet
branch: ${{ inputs.branch_for_tezos }}
relative_app_directory: 'app'
- name: xrp
repo: LedgerHQ/app-xrp
branch: ${{ inputs.branch_for_xrp }}
Expand Down

0 comments on commit f622113

Please sign in to comment.