Files
app-ethereum/.github/workflows/swap-ci-workflow.yml
Francois Beutin 480e40ae28 Rationalize CI
2023-11-09 14:50:24 +01:00

18 lines
364 B
YAML

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