261 duplicate rejection pages at last signing page #812
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: | |
- main | |
- develop | |
pull_request: | |
jobs: | |
job_functional_tests: | |
uses: LedgerHQ/app-exchange/.github/workflows/reusable_swap_functional_tests.yml@develop | |
with: | |
branch_for_exchange: 'develop' | |
branch_for_tezos: ${{ github.ref }} | |
repo_for_tezos: ${{ github.repository }} | |
test_filter: '"tezos"' |