From 179fe4b2b4693e6d56fecc8eb1a5f1667a46d03e Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Tue, 12 Mar 2024 15:08:49 +0100 Subject: [PATCH] wip --- .github/workflows/build_and_functional_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_functional_tests.yml b/.github/workflows/build_and_functional_tests.yml index c92fc216e..bf0580005 100644 --- a/.github/workflows/build_and_functional_tests.yml +++ b/.github/workflows/build_and_functional_tests.yml @@ -20,13 +20,13 @@ on: jobs: build_application: name: Build application using the reusable workflow - uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1 + uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@fbe/fix_setup_script_in_ragger_reusable_workflows with: upload_app_binaries_artifact: "compiled_app_binaries" ragger_tests: name: Run ragger tests using the reusable workflow needs: build_application - uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1 + uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@fbe/fix_setup_script_in_ragger_reusable_workflows with: download_app_binaries_artifact: "compiled_app_binaries"