Skip to content

Commit af23c50

Browse files
Merge pull request #154 from LedgerHQ/fbe/fix_cross_ci
Fix cross repository CI
2 parents 820d635 + 75d5702 commit af23c50

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/swap_ci_workflow.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
# If you want to keep the SWAP functionality on your application after the fork from
1616
# boilerplate, you need to remove the 'if' condition to enable the CI to run.
1717
if: github.repository == 'LedgerHQ/app-boilerplate'
18-
uses: LedgerHQ/app-exchange/.github/workflows/reusable_swap_functional_tests.yml
18+
uses: LedgerHQ/app-exchange/.github/workflows/reusable_swap_functional_tests.yml@develop
1919
with:
20-
branch_for_exchange: 'develop'
2120
branch_for_bol: ${{ github.ref }}
22-
test_filter: '"boilerplate"'
21+
test_filter: '"Boilerplate or boilerplate"'

0 commit comments

Comments
 (0)