Skip to content

Commit

Permalink
Run the CI app-exchange tests
Browse files Browse the repository at this point in the history
Rename the app to distinguish it from app-tezos
  • Loading branch information
spalmer25 committed Sep 14, 2023
1 parent f91532d commit 701485e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/swap.yml
Original file line number Diff line number Diff line change
@@ -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"'
3 changes: 2 additions & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ endif
# Mandatory configuration #
########################################
# Application name
APPNAME = "Tezos Wallet"
APPNAME = "New Tezos Wallet"

# Application version
APPVERSION_M=2
Expand Down Expand Up @@ -144,6 +144,7 @@ CFLAGS += -Wwrite-strings
########################################
ENABLE_BLUETOOTH = 1
#ENABLE_NFC = 1
ENABLE_SWAP = 1

########################################
# NBGL custom features #
Expand Down

0 comments on commit 701485e

Please sign in to comment.