Skip to content

Commit

Permalink
Add manifest file at project root
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Nov 9, 2023
1 parent a06422e commit f0f0daa
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 f0f0daa

Please sign in to comment.