From e9c288ecdf5a834973d365f9060c15f7dd3f0a73 Mon Sep 17 00:00:00 2001 From: GroM Date: Mon, 27 May 2024 14:50:00 +0200 Subject: [PATCH] Try to build boilaerplate with last nightly --- .../workflows/build_with_current_nightly.yml | 30 +++++++++---------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build_with_current_nightly.yml b/.github/workflows/build_with_current_nightly.yml index 2d494eee..665a315e 100644 --- a/.github/workflows/build_with_current_nightly.yml +++ b/.github/workflows/build_with_current_nightly.yml @@ -34,21 +34,19 @@ jobs: cd app-boilerplate RUST_NIGHTLY=nightly cargo ledger build ${{ matrix.device }} - mkdir -p build/${BIN_DIR_NAME}/bin - mv ./target/${BUILD_DEVICE_NAME}/release/app-boilerplate-rust ./build/${BIN_DIR_NAME}/bin/app.elf - - name: Upload binary artifacts - uses: actions/upload-artifact@v3 - with: - name: "app_elf_binaries" - path: app-boilerplate/build/* - if-no-files-found: error + #- name: Upload binary artifacts + # uses: actions/upload-artifact@v3 + # with: + # name: "app_elf_binaries" + # path: app-boilerplate/target/* + # if-no-files-found: error - ragger_tests: - name: Run ragger tests using the reusable workflow - needs: build_with_last_nightly - uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1 - with: - app_repository: LedgerHQ/app-boilerplate-rust - app_branch_name: "main" - download_app_binaries_artifact: "app_elf_binaries" \ No newline at end of file + #ragger_tests: + # name: Run ragger tests using the reusable workflow + # needs: build_with_last_nightly + # uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1 + # with: + # app_repository: LedgerHQ/app-boilerplate-rust + # app_branch_name: "main" + # download_app_binaries_artifact: "app_elf_binaries" \ No newline at end of file