Skip to content

Commit

Permalink
Use DOT as coin name
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Oct 18, 2023
1 parent 2c42653 commit a488539
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/reusable_swap_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,36 +66,47 @@ jobs:
- name: stellar
repo: app-stellar
branch: ${{ inputs.branch_for_stellar }}
dir: .
- name: tezos
repo: app-tezos
branch: ${{ inputs.branch_for_tezos }}
dir: .
- name: xrp
repo: app-xrp
branch: ${{ inputs.branch_for_xrp }}
dir: .
- name: ethereum
repo: app-ethereum
branch: ${{ inputs.branch_for_ethereum }}
dir: .
- name: ethereum_classic
repo: app-ethereum
branch: ${{ inputs.branch_for_ethereum_classic }}
dir: .
- name: litecoin
repo: app-bitcoin
branch: ${{ inputs.branch_for_litecoin }}
dir: .
- name: bitcoin_legacy
repo: app-bitcoin
branch: ${{ inputs.branch_for_bitcoin_legacy }}
dir: .
- name: bitcoin
repo: app-bitcoin-new
branch: ${{ inputs.branch_for_bitcoin }}
dir: .
- name: solana
repo: app-solana
branch: ${{ inputs.branch_for_solana }}
dir: .
- name: bsc
repo: app-ethereum
branch: ${{ inputs.branch_for_bsc }}
- name: polkadot
dir: .
- name: DOT
repo: app-polkadot
branch: ${{ inputs.branch_for_polkadot }}
dir: ./app

uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
with:
Expand All @@ -104,6 +115,7 @@ jobs:
flags: "COIN=${{ matrix.coin.name }} CHAIN=${{ matrix.coin.name }} DEBUG=1"
upload_app_binaries_artifact: libraries_binaries
upload_as_lib_artifact: ${{ matrix.coin.name }}
relative_app_directory: ${{ matrix.coin.dir }}

build_exchange_application:
name: Build application using the reusable workflow
Expand Down
2 changes: 1 addition & 1 deletion test/python/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"stellar": "Stellar",
"solana": "Solana",
"bsc": "Binance Smart Chain",
"polkadot": "Polkadot",
"DOT": "Polkadot",
}

configuration.OPTIONAL.SIDELOADED_APPS_DIR = "test/python/lib_binaries/"
Expand Down

0 comments on commit a488539

Please sign in to comment.