Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Jul 27, 2024
1 parent 3acb827 commit d142c96
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,16 @@ jobs:

build_boilerplate_application_nanos:
name: Build boilerplate application using the reusable workflow
needs: [build_boilerplate_application]
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
with:
app_repository: LedgerHQ/app-boilerplate
app_branch_name: nanos_baseline
run_for_devices: '["nanos"]'
upload_app_binaries_artifact: boilerplate_binaries

upload_app_binaries_artifact: boilerplate_binaries_nanos

build_install_test:
name: Install and test the library
needs: [build_boilerplate_application_nanos]
needs: [build_boilerplate_application_nanos, build_boilerplate_application]
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -67,6 +65,12 @@ jobs:
name: boilerplate_binaries
path: ./build/

- name: Download app binaries nano S
uses: actions/download-artifact@v4
with:
name: boilerplate_binaries_nanos
path: ./build/

- name: Create boilerplate manifest
run: |
echo """[app]
Expand Down

0 comments on commit d142c96

Please sign in to comment.