Skip to content

Commit

Permalink
Rename python tests checks workflow for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
agrojean-ledger committed Nov 24, 2023
1 parent 83f1e4e commit 1d35ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1d35ecc

Please sign in to comment.