We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 820d635 + 75d5702 commit af23c50Copy full SHA for af23c50
.github/workflows/swap_ci_workflow.yml
@@ -15,8 +15,7 @@ jobs:
15
# If you want to keep the SWAP functionality on your application after the fork from
16
# boilerplate, you need to remove the 'if' condition to enable the CI to run.
17
if: github.repository == 'LedgerHQ/app-boilerplate'
18
- uses: LedgerHQ/app-exchange/.github/workflows/reusable_swap_functional_tests.yml
+ uses: LedgerHQ/app-exchange/.github/workflows/reusable_swap_functional_tests.yml@develop
19
with:
20
- branch_for_exchange: 'develop'
21
branch_for_bol: ${{ github.ref }}
22
- test_filter: '"boilerplate"'
+ test_filter: '"Boilerplate or boilerplate"'
0 commit comments