fix: solve swap implementation issues (#233) #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Swap functional tests | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- master | ||
- main | ||
- develop | ||
- swap | ||
pull_request: | ||
jobs: | ||
job_functional_tests: | ||
uses: LedgerHQ/app-exchange/.github/workflows/reusable_swap_functional_tests.yml@develop | ||
Check failure on line 15 in .github/workflows/swap-ci-workflow.yml GitHub Actions / .github/workflows/swap-ci-workflow.ymlInvalid workflow file
|
||
with: | ||
branch_for_polkadot: ${{ github.ref }} | ||
repo_for_polkadot: ${{ github.repository }} | ||
test_filter: '"DOT or dot or Polkadot or polkadot"' |