Skip to content

Commit

Permalink
Merge pull request #155 from LedgerHQ/fbe/add_manifest
Browse files Browse the repository at this point in the history
Add manifest file at project root
  • Loading branch information
fbeutin-ledger authored Nov 9, 2023
2 parents a06422e + f0f0daa commit 7e903b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/reusable_swap_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ jobs:
app_branch_name: ${{ inputs.branch_for_exchange }}
download_app_binaries_artifact: exchange_binaries
lib_binaries_artifact: libraries_binaries
test_dir: test/python
test_filter: ${{ inputs.test_filter }}

# Legacy
Expand Down
7 changes: 7 additions & 0 deletions ledger_app.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[app]
build_directory = "./"
sdk = "C"
devices = ["nanos", "nanox", "nanos+", "stax"]

[tests]
pytest_directory = "./test/python/"

0 comments on commit 7e903b3

Please sign in to comment.