Skip to content

Split build and test CI entry point from workflow to provide a reusable interface #621

Split build and test CI entry point from workflow to provide a reusable interface

Split build and test CI entry point from workflow to provide a reusable interface #621

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_bitcoin: ${{ github.ref }}
test_filter: '"btc or bitcoin or Bitcoin"'