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 Sep 6, 2023
1 parent 7dd8277 commit 6746408
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/reusable_swap_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,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 @@ -99,6 +103,10 @@ jobs:
repo: app-ethereum
branch: ${{ inputs.branch_for_bsc }}
relative_app_directory: '.'
- name: near
repo: app-near
branch: ${{ inputs.branch_for_near }}
relative_app_directory: './workdir/app-near'

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

0 comments on commit 6746408

Please sign in to comment.