Skip to content

Commit

Permalink
Add reusable swap CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger authored and carlosala committed Feb 20, 2024
1 parent 828eb04 commit d0fdd60
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/swap-ci-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Swap functional tests

on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:

jobs:
job_functional_tests:
uses: LedgerHQ/app-exchange/.github/workflows/reusable_swap_functional_tests.yml@develop
with:
branch_for_polkadot: ${{ github.ref }}
test_filter: '"DOT or dot or Polkadot or polkadot"'

0 comments on commit d0fdd60

Please sign in to comment.