Optimizations #157
Workflow file for this run
This file contains hidden or 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 | |
| pull_request: | |
| jobs: | |
| job_functional_tests: | |
| uses: LedgerHQ/app-exchange/.github/workflows/reusable_swap_functional_tests.yml@develop | |
| with: | |
| # Allow overriding the repo on forks | |
| repo_for_tron: ${{ vars.REPO_FOR_TRON || null }} | |
| branch_for_tron: ${{ github.ref }} | |
| # TEMPORARY: validate the fee_limit fix (LedgerHQ/app-exchange#mbr/trx-fees) before it's merged to develop | |
| branch_for_exchange: mbr/trx-fees | |
| test_filter: '"TRX or trx or Tron or tron"' |