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 ebd5ece + 9efb470 commit 9d8c0f5Copy full SHA for 9d8c0f5
.github/workflows/build_and_functional_tests.yml
@@ -5,7 +5,8 @@ name: Build and run functional tests using ragger through reusable workflow
5
# resulting binaries.
6
# It then calls another reusable workflow to run the Ragger tests on the compiled application binary.
7
#
8
-# While this workflow is optional, having functional testing on your application is mandatory and this workflow and
+# 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
10
# tooling environment is meant to be easy to use and adapt after forking your application
11
12
on:
0 commit comments