Skip to content

Commit

Permalink
Restore DEBUG flag in Exchange to better debug CI issues without need…
Browse files Browse the repository at this point in the history
…ing to replay
  • Loading branch information
fbeutin-ledger committed Feb 12, 2025
1 parent 56c8a29 commit f6e92ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_swap_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
with:
app_repository: LedgerHQ/app-exchange
app_branch_name: ${{ inputs.branch_for_exchange }}
flags: "TESTING=1 TEST_PUBLIC_KEY=1"
flags: "TESTING=1 TEST_PUBLIC_KEY=1 DEBUG=1"
upload_app_binaries_artifact: exchange_binaries

ragger_tests:
Expand Down

0 comments on commit f6e92ad

Please sign in to comment.