Merge pull request #132 from cosmos/dev #8
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: | ||
pull_request: | ||
branches: | ||
- master | ||
- main | ||
- develop | ||
jobs: | ||
job_functional_tests: | ||
uses: LedgerHQ/app-exchange/.github/workflows/reusable_swap_functional_tests.yml@develop | ||
with: | ||
branch_for_cosmos: ${{ github.ref }} | ||
Check failure on line 16 in .github/workflows/swap-ci-workflow.yml GitHub Actions / Swap functional testsInvalid workflow file
|
||
repo_for_cosmos: ${{ github.repository }} | ||
test_filter: '"ATOM or atom or Cosmos or cosmos"' |