From 0df2f6409adf5a2b3c014f4e5ae96e558edc1047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Palmer?= Date: Tue, 26 Sep 2023 10:58:38 +0200 Subject: [PATCH] Run the CI app-exchange tests --- .github/workflows/swap.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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..61d448df7 --- /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"]' + test_filter: '"tezos_new"'