Skip to content

Commit b2ab309

Browse files
Merge pull request #117 from LedgerHQ/fbe/add_boilerplate_to_exchange_tests
Add Boilerplate compilation to Exchange tests
2 parents 238d8fd + 0a4cee5 commit b2ab309

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/end_to_end_tests_of_reusable_workflows.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,9 @@ jobs:
5454
- name: bitcoin
5555
repo: 'LedgerHQ/app-bitcoin-new'
5656
branch: 'develop'
57-
- name: bitcoin
58-
repo: 'LedgerHQ/app-bitcoin-new'
59-
branch: 'nanos'
6057
- name: solana
6158
repo: 'LedgerHQ/app-solana'
6259
branch: 'develop'
63-
- name: solana
64-
repo: 'LedgerHQ/app-solana'
65-
branch: 'nanos'
6660
- name: DOT
6761
repo: 'LedgerHQ/app-polkadot'
6862
branch: 'develop'
@@ -87,14 +81,17 @@ jobs:
8781
- name: ATOM
8882
repo: 'LedgerHQ/app-cosmos'
8983
branch: 'develop'
84+
- name: boilerplate
85+
repo: 'LedgerHQ/app-boilerplate'
86+
branch: 'master'
9087

9188
uses: ./.github/workflows/reusable_build.yml
9289
with:
9390
app_repository: ${{ matrix.coin.repo }}
9491
app_branch_name: ${{ matrix.coin.branch }}
9592
# Set the coin variant to build with COIN or CHAIN depending on the app + flags for ETH compilation
9693
# As a rule of thumb we don't care about giving unexisting flags to other apps, it has no effect
97-
flags: "COIN=${{ matrix.coin.name }} CHAIN=${{ matrix.coin.name }} CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1"
94+
flags: "COIN=${{ matrix.coin.name }} CHAIN=${{ matrix.coin.name }} CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1 TRUSTED_NAME_TEST_KEY=1"
9895
upload_app_binaries_artifact: libraries_binaries-${{ matrix.coin.name }}-${{ strategy.job-index }}
9996
upload_as_lib_artifact: ${{ matrix.coin.name }}
10097
builder: ledger-app-builder

0 commit comments

Comments
 (0)