Skip to content

Test Exchange with P1 version of apps #1136

Test Exchange with P1 version of apps

Test Exchange with P1 version of apps #1136

Workflow file for this run

---
name: Compilation & tests
on:
workflow_dispatch:
push:
branches:
- master
- develop
pull_request:
jobs:
test_p4:
name: Against P4
uses: ./.github/workflows/reusable_swap_functional_tests.yml
with:
branch_for_exchange: ${{ github.ref }}
artefact_suffix: '_p4'
test_p1:
name: Against P1
uses: ./.github/workflows/reusable_swap_functional_tests.yml
with:
branch_for_exchange: ${{ github.ref }}
branch_for_stellar: 'master'
branch_for_tezos: 'master'
branch_for_xrp: 'master'
branch_for_ethereum: 'master'
branch_for_bitcoin_legacy: 'master'
branch_for_bitcoin: 'master'
branch_for_solana: 'master'
#branch_for_polkadot: 'main'
#branch_for_tron: 'master'
run_for_devices: '["nanos", "nanox", "nanosp"]'
artefact_suffix: '_p1'