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 21, 2024
1 parent 24c74a6 commit e46b165
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/swap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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 }}
repo_for_polkadot: ${{ github.repository }}
test_filter: '"DOT or dot or Polkadot or polkadot"'

0 comments on commit e46b165

Please sign in to comment.