Unlink NBGL implementations of EIP-712 v0 and full #1289
Workflow file for this run
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 | |
- develop | |
pull_request: | |
jobs: | |
job_functional_tests: | |
uses: LedgerHQ/app-exchange/.github/workflows/reusable_swap_functional_tests.yml@develop | |
with: | |
branch_for_ethereum: ${{ github.ref }} | |
test_filter: '"ETH or eth or Ethereum or ethereum"' |