From f622113f5e865b12f6f5c9928024d67c7292ec6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Palmer?= Date: Mon, 11 Sep 2023 16:12:51 +0200 Subject: [PATCH] Run test on CI --- .github/workflows/reusable_swap_functional_tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/reusable_swap_functional_tests.yml b/.github/workflows/reusable_swap_functional_tests.yml index df989da2..58265586 100644 --- a/.github/workflows/reusable_swap_functional_tests.yml +++ b/.github/workflows/reusable_swap_functional_tests.yml @@ -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' @@ -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 }}