Merge pull request #403 from LedgerHQ/fbe/reusable_workflow

Use reusable workflow for swap tests
This commit is contained in:
François Beutin
2023-04-27 13:14:03 +02:00
committed by GitHub

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