Skip to content

Commit

Permalink
Merge pull request #258 from LedgerHQ/fbe/restore_debug_flag
Browse files Browse the repository at this point in the history
Restore DEBUG flag in Exchange to better debug CI issues without needing to replay
  • Loading branch information
fbeutin-ledger authored Feb 12, 2025
2 parents 56c8a29 + f6e92ad commit dec9be6
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 dec9be6

Please sign in to comment.