From d8b8d42f0c7fb7fbb7f419e2dc43df0c0862201b Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Fri, 8 Dec 2023 13:17:21 +0100 Subject: [PATCH] Do not use DEBUG option for CI --- .github/workflows/reusable_swap_functional_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable_swap_functional_tests.yml b/.github/workflows/reusable_swap_functional_tests.yml index 95eb90bb..8900d8b5 100644 --- a/.github/workflows/reusable_swap_functional_tests.yml +++ b/.github/workflows/reusable_swap_functional_tests.yml @@ -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 }} @@ -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: