Skip to content

Commit a23167d

Browse files
Add swap boilerplate tests to CI
1 parent ff3f90d commit a23167d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/end_to_end_tests_of_reusable_workflows.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,17 @@ jobs:
159159
app_repository: LedgerHQ/app-boilerplate
160160
app_branch_name: master
161161
download_app_binaries_artifact: "boilerplate_binaries"
162+
test_dir: "tests/standalone"
163+
164+
ragger_swap_tests_boilerplate:
165+
name: Run boilerplate swap tests
166+
needs: build_boilerplate_application
167+
uses: ./.github/workflows/reusable_swap_tests.yml
168+
with:
169+
app_repository: LedgerHQ/app-boilerplate
170+
app_branch_name: master
171+
download_app_binaries_artifact: "boilerplate_binaries"
172+
swap_test_dir: "tests/swap"
162173

163174
build_nanos_boilerplate_application:
164175
name: Build boilerplate for Nano S

0 commit comments

Comments
 (0)