Skip to content

Commit

Permalink
add swap CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Dec 20, 2024
1 parent a7f05b8 commit 52bb6f1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/swap-ci-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Swap functional tests

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

jobs:
job_functional_tests:
uses: Zondax/app-exchange/.github/workflows/reusable_swap_functional_tests.yml@swap-cosmos
with:
branch_for_polkadot: ${{ github.ref }}
repo_for_polkadot: ${{ github.repository }}
test_filter: '"Atom or atom or Cosmos or cosmos"'

0 comments on commit 52bb6f1

Please sign in to comment.