Skip to content

Commit

Permalink
Fixup: Allow to pass repo_for_exchange for swap functional tests (usa…
Browse files Browse the repository at this point in the history
…ble when running from fork)
  • Loading branch information
Fingolfin69 committed Feb 5, 2025
1 parent ccc115f commit 531eb1f
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 @@ -245,7 +245,7 @@ jobs:
name: Build Exchange
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
with:
app_repository: LedgerHQ/app-exchange
app_repository: ${{ inputs.repo_for_exchange }}
app_branch_name: ${{ inputs.branch_for_exchange }}
flags: "TESTING=1 TEST_PUBLIC_KEY=1"
upload_app_binaries_artifact: exchange_binaries
Expand Down

0 comments on commit 531eb1f

Please sign in to comment.