Remove deprecated relative_app_directory field #27
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: Compilation & tests | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
- develop | |
pull_request: | |
jobs: | |
job_swap_functional_tests: | |
uses: ./.github/workflows/reusable_swap_functional_tests.yml | |
with: | |
branch_for_exchange: ${{ github.ref }} | |
branch_for_tezos: 'palmer@functori@add-swap-stax-test-to-CI' | |
run_for_devices: '["nanos", "nanosp", "stax"]' | |
test_filter: '"tezos_new"' |