Skip to content

Commit

Permalink
Merge pull request #46 from LedgerHQ/cev/app_manifest
Browse files Browse the repository at this point in the history
Add app manifest and remove useless param in workflow
  • Loading branch information
cedelavergne-ledger authored Nov 28, 2023
2 parents 5ba327e + ae62c7f commit 9267482
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_and_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ jobs:
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
with:
download_app_binaries_artifact: compiled_app_binaries
test_dir: tests
8 changes: 8 additions & 0 deletions ledger_app.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[app]
build_directory = "./"
sdk = "C"
devices = ["nanos", "nanox", "nanos+", "stax"]

[tests]
unit_directory = "./tests/"
pytest_directory = "./tests/"

0 comments on commit 9267482

Please sign in to comment.