Skip to content

Commit

Permalink
reusable_swap_functional_tests: add near
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Dec 20, 2023
1 parent f23de6d commit c1d3693
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/reusable_swap_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ on:
required: false
default: 'develop'
type: string
branch_for_near:
required: false
default: 'develop'
type: string
test_filter:
required: false
default: '""'
Expand Down Expand Up @@ -91,6 +95,9 @@ jobs:
- name: tron
repo: app-tron
branch: ${{ inputs.branch_for_tron }}
- name: near
repo: app-near
branch: ${{ inputs.branch_for_near }}

uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
with:
Expand Down

0 comments on commit c1d3693

Please sign in to comment.