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