Skip to content

Commit

Permalink
udpate the polkadot branch in CI for swap tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Nov 5, 2024
1 parent bec8cb0 commit 3262b69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reusable_swap_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ on:

branch_for_polkadot:
required: false
default: 'fbe/fix_new_swap_implem_rebased'
default: 'develop'
type: string
repo_for_polkadot:
required: false
Expand Down Expand Up @@ -149,9 +149,9 @@ jobs:
- name: solana
repo: ${{ inputs.repo_for_solana }}
branch: ${{ inputs.branch_for_solana }}
# - name: DOT
# repo: ${{ inputs.repo_for_polkadot }}
# branch: ${{ inputs.branch_for_polkadot }}
- name: DOT
repo: ${{ inputs.repo_for_polkadot }}
branch: ${{ inputs.branch_for_polkadot }}
- name: tron
repo: ${{ inputs.repo_for_tron }}
branch: ${{ inputs.branch_for_tron }}
Expand Down
2 changes: 1 addition & 1 deletion test/python/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"litecoin": "Litecoin",
"stellar": "Stellar",
"solana": "Solana",
# "DOT": "Polkadot",
"DOT": "Polkadot",
"tron": "Tron",
"ton": "TON",
}
Expand Down

0 comments on commit 3262b69

Please sign in to comment.