From 1d35eccf25eeab16440a6d3c406f0644249a93a8 Mon Sep 17 00:00:00 2001 From: Alexis Grojean Date: Fri, 24 Nov 2023 11:31:03 +0100 Subject: [PATCH] Rename python tests checks workflow for clarity. --- .github/workflows/build_and_functional_tests.yml | 2 +- .../{python_client_checks.yml => python_tests_checks.yml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{python_client_checks.yml => python_tests_checks.yml} (97%) 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