From 4787808ea24dd26bdf0daf6b04487b878dbd25b2 Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Tue, 14 Feb 2023 10:53:45 +0100 Subject: [PATCH] Use reusable workflow for swap tests --- .github/workflows/swap-ci-workflow.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/swap-ci-workflow.yml diff --git a/.github/workflows/swap-ci-workflow.yml b/.github/workflows/swap-ci-workflow.yml new file mode 100644 index 0000000..3999224 --- /dev/null +++ b/.github/workflows/swap-ci-workflow.yml @@ -0,0 +1,16 @@ +name: Swap functional tests + +on: + workflow_dispatch: + push: + branches: + - master + - develop + pull_request: + +jobs: + job_functional_tests: + uses: LedgerHQ/app-exchange/.github/workflows/reusable_swap_functional_tests.yml@develop + with: + branch_for_ethereum: ${{ github.ref }} + test_filter: '"ETH or eth or Ethereum or ethereum"'