Skip to content

Commit 9d8c0f5

Browse files
Merge pull request #137 from LedgerHQ/tdj/update_comment
Update build_and_functional_tests.yml comment
2 parents ebd5ece + 9efb470 commit 9d8c0f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_functional_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ name: Build and run functional tests using ragger through reusable workflow
55
# resulting binaries.
66
# It then calls another reusable workflow to run the Ragger tests on the compiled application binary.
77
#
8-
# While this workflow is optional, having functional testing on your application is mandatory and this workflow and
8+
# The build part of this workflow is mandatory, this ensures that the app will be deployable in the Ledger App Store.
9+
# While the test part of this workflow is optional, having functional testing on your application is mandatory and this workflow and
910
# tooling environment is meant to be easy to use and adapt after forking your application
1011

1112
on:

0 commit comments

Comments
 (0)