Skip to content

Commit

Permalink
Test new resusable_build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Oct 15, 2024
1 parent a4aaeef commit 95eea98
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 @@ -159,7 +159,7 @@ jobs:
repo: ${{ inputs.repo_for_near }}
branch: ${{ inputs.branch_for_near }}

uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@y333/upload_rust_app_as_lib
with:
app_repository: ${{ matrix.coin.repo }}
app_branch_name: ${{ matrix.coin.branch }}
Expand All @@ -183,7 +183,7 @@ jobs:

build_exchange_application:
name: Build Exchange
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@y333/upload_rust_app_as_lib
with:
app_repository: LedgerHQ/app-exchange
app_branch_name: ${{ inputs.branch_for_exchange }}
Expand Down

0 comments on commit 95eea98

Please sign in to comment.