From 701485ec365224d07c96a532555ebd44c823fad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Palmer?= Date: Wed, 30 Aug 2023 12:58:48 +0200 Subject: [PATCH] Run the CI app-exchange tests Rename the app to distinguish it from app-tezos --- .github/workflows/swap.yml | 18 ++++++++++++++++++ app/Makefile | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/swap.yml diff --git a/.github/workflows/swap.yml b/.github/workflows/swap.yml new file mode 100644 index 000000000..7dd44c6c4 --- /dev/null +++ b/.github/workflows/swap.yml @@ -0,0 +1,18 @@ +name: Swap feature tests + +on: + workflow_dispatch: + push: + branches: + - main + pull_request: + +jobs: + job_functional_tests: + uses: spalmer25/app-exchange/.github/workflows/reusable_swap_functional_tests.yml@palmer/functori/add-new-tezos-app-swap-tests + with: + repo_for_exchange: 'spalmer25/app-exchange' + branch_for_exchange: 'palmer/functori/add-new-tezos-app-swap-tests' + branch_for_tezos: ${{ github.ref }} + run_for_devices: '["nanos", "nanosp", "nanox"]' + test_filter: '"tezos_new"' \ No newline at end of file diff --git a/app/Makefile b/app/Makefile index 8d6dbbc8a..e9a611c54 100644 --- a/app/Makefile +++ b/app/Makefile @@ -38,7 +38,7 @@ endif # Mandatory configuration # ######################################## # Application name -APPNAME = "Tezos Wallet" +APPNAME = "New Tezos Wallet" # Application version APPVERSION_M=2 @@ -144,6 +144,7 @@ CFLAGS += -Wwrite-strings ######################################## ENABLE_BLUETOOTH = 1 #ENABLE_NFC = 1 +ENABLE_SWAP = 1 ######################################## # NBGL custom features #