Use reusable workflow for swap tests

This commit is contained in:
Francois Beutin
2023-02-14 10:53:45 +01:00
parent 9062be05da
commit 4787808ea2

16
.github/workflows/swap-ci-workflow.yml vendored Normal file
View File

@@ -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"'