diff --git a/.github/workflows/build_and_functional_tests.yml b/.github/workflows/build_and_functional_tests.yml index 3f5937d..7c797e0 100644 --- a/.github/workflows/build_and_functional_tests.yml +++ b/.github/workflows/build_and_functional_tests.yml @@ -20,7 +20,7 @@ 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@rust-build-artifacts with: upload_app_binaries_artifact: "compiled_app_binaries" builder: ledger-app-builder diff --git a/.github/workflows/python_client_checks.yml b/.github/workflows/python_tests_checks.yml similarity index 97% rename from .github/workflows/python_client_checks.yml rename to .github/workflows/python_tests_checks.yml index 8ce8ac2..f035629 100644 --- a/.github/workflows/python_client_checks.yml +++ b/.github/workflows/python_tests_checks.yml @@ -1,4 +1,4 @@ -name: Checks on the Python client +name: Checks on the Python tests # This workflow performs some checks on the Python client used by the Boilerplate tests # It is there to help us maintain a level of quality in our codebase and does not have to be kept on forked