Skip to content

Commit

Permalink
CI: build apps only for run_for_devices
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 authored and ajinkyaraj-23 committed Nov 23, 2023
1 parent a91656e commit ed379ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable_swap_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ed379ab

Please sign in to comment.