Skip to content

Commit

Permalink
Merge pull request #162 from LedgerHQ/fbe/run_ci_on_prod_version
Browse files Browse the repository at this point in the history
Do not use DEBUG option for CI
  • Loading branch information
fbeutin-ledger authored Dec 8, 2023
2 parents 644ad2a + d8b8d42 commit a81e77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_swap_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
with:
app_repository: LedgerHQ/${{ matrix.coin.repo }}
app_branch_name: ${{ matrix.coin.branch }}
flags: "COIN=${{ matrix.coin.name }} CHAIN=${{ matrix.coin.name }} DEBUG=1"
flags: "COIN=${{ matrix.coin.name }} CHAIN=${{ matrix.coin.name }}"
upload_app_binaries_artifact: libraries_binaries
upload_as_lib_artifact: ${{ matrix.coin.name }}

Expand All @@ -106,7 +106,7 @@ jobs:
with:
app_repository: LedgerHQ/app-exchange
app_branch_name: ${{ inputs.branch_for_exchange }}
flags: "TESTING=1 TEST_PUBLIC_KEY=1 DEBUG=1"
flags: "TESTING=1 TEST_PUBLIC_KEY=1"
upload_app_binaries_artifact: exchange_binaries

ragger_tests:
Expand Down

0 comments on commit a81e77b

Please sign in to comment.