Skip to content

Commit

Permalink
Merge pull request #62 from LedgerHQ/fbe/hotfix_manifests
Browse files Browse the repository at this point in the history
Fix ledgered parameter name '--output-tests-pytest-directory' in get_app_metadata
  • Loading branch information
fbeutin-ledger authored Feb 22, 2024
2 parents ef44afb + 5b25c04 commit 3075606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_get_app_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
# pytest_directory (if any)
set +e # when [tests.pytest_directory] is not set, ledger-manifest fails. We don't want that
if temp="$(ledger-manifest --output-pytest-directory "$APP_MANIFEST")";
if temp="$(ledger-manifest --output-tests-pytest-directory "$APP_MANIFEST")";
then
pytest_directory="${temp}";
fi
Expand Down

0 comments on commit 3075606

Please sign in to comment.