From 78a3ffe438134580f4beebafa80ae4d1bdac2d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Palmer?= Date: Mon, 4 Dec 2023 10:05:49 +0100 Subject: [PATCH] Remove relative_app_directory field --- .github/workflows/reusable_swap_functional_tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/reusable_swap_functional_tests.yml b/.github/workflows/reusable_swap_functional_tests.yml index 3fd0bb2..b7a294c 100644 --- a/.github/workflows/reusable_swap_functional_tests.yml +++ b/.github/workflows/reusable_swap_functional_tests.yml @@ -39,17 +39,14 @@ jobs: - name: tezos_new repo: trilitech/ledger-app-tezos-wallet branch: ${{ inputs.branch_for_tezos }} - relative_app_directory: 'app' - name: ethereum repo: LedgerHQ/app-ethereum branch: ${{ inputs.branch_for_ethereum }} - relative_app_directory: '.' uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1 with: app_repository: ${{ matrix.coin.repo }} app_branch_name: ${{ matrix.coin.branch }} - relative_app_directory: ${{ matrix.coin.relative_app_directory }} flags: "COIN=${{ matrix.coin.name }} CHAIN=${{ matrix.coin.name }} DEBUG=1" upload_app_binaries_artifact: libraries_binaries upload_as_lib_artifact: ${{ matrix.coin.name }}