From 2582d6f56014ccc9d5a88b1b0deaf352b1688045 Mon Sep 17 00:00:00 2001 From: GroM Date: Thu, 31 Oct 2024 08:23:33 +0100 Subject: [PATCH] Update build_and_functional_tests.yml --- .github/workflows/build_and_functional_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_functional_tests.yml b/.github/workflows/build_and_functional_tests.yml index 55e0a8b..014f22f 100644 --- a/.github/workflows/build_and_functional_tests.yml +++ b/.github/workflows/build_and_functional_tests.yml @@ -5,7 +5,8 @@ name: Build and run functional tests using ragger through reusable workflow # resulting binaries. # It then calls another reusable workflow to run the Ragger tests on the compiled application binary. # -# 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. +# While the test part of this workflow is optional, having functional testing on your application is mandatory and this workflow and # tooling environment is meant to be easy to use and adapt after forking your application on: