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.
1 parent ff3f90d commit a23167dCopy full SHA for a23167d
.github/workflows/end_to_end_tests_of_reusable_workflows.yml
@@ -159,6 +159,17 @@ jobs:
159
app_repository: LedgerHQ/app-boilerplate
160
app_branch_name: master
161
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"
173
174
build_nanos_boilerplate_application:
175
name: Build boilerplate for Nano S
0 commit comments