From ed379abdd8c10a92529f3df715d5e5d932baf204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Palmer?= Date: Wed, 22 Nov 2023 09:05:38 +0100 Subject: [PATCH] CI: build apps only for run_for_devices --- .github/workflows/reusable_swap_functional_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable_swap_functional_tests.yml b/.github/workflows/reusable_swap_functional_tests.yml index 2b9ab06..6a39a2c 100644 --- a/.github/workflows/reusable_swap_functional_tests.yml +++ b/.github/workflows/reusable_swap_functional_tests.yml @@ -53,7 +53,7 @@ jobs: flags: "COIN=${{ matrix.coin.name }} CHAIN=${{ matrix.coin.name }} DEBUG=1" upload_app_binaries_artifact: libraries_binaries upload_as_lib_artifact: ${{ matrix.coin.name }} - relative_app_directory: ${{ matrix.coin.dir }} + run_for_devices: ${{ inputs.run_for_devices }} build_exchange_application: name: Build application using the reusable workflow @@ -63,6 +63,7 @@ jobs: app_branch_name: ${{ inputs.branch_for_exchange }} flags: "TESTING=1 TEST_PUBLIC_KEY=1 DEBUG=1" upload_app_binaries_artifact: exchange_binaries + run_for_devices: ${{ inputs.run_for_devices }} ragger_tests: name: Run ragger tests using the reusable workflow