Skip to content

Commit

Permalink
Add cross CI for swap features
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Nov 7, 2023
1 parent b073c9a commit b983dfa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/swap-ci-workflow.yml
Original file line number Diff line number Diff line change
@@ -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_bitcoin_legacy: ${{ github.ref }}
test_filter: '"ltc or litecoin or Litecoin"'

0 comments on commit b983dfa

Please sign in to comment.