diff --git a/.github/workflows/reusable_swap_functional_tests.yml b/.github/workflows/reusable_swap_functional_tests.yml index c21525db..639f7774 100644 --- a/.github/workflows/reusable_swap_functional_tests.yml +++ b/.github/workflows/reusable_swap_functional_tests.yml @@ -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 diff --git a/ledger_app.toml b/ledger_app.toml new file mode 100644 index 00000000..e7eb565a --- /dev/null +++ b/ledger_app.toml @@ -0,0 +1,7 @@ +[app] +build_directory = "./" +sdk = "C" +devices = ["nanos", "nanox", "nanos+", "stax"] + +[tests] +pytest_directory = "./test/python/"