From dcfc1f26379ec7e94644482c51244735ea01f1ca Mon Sep 17 00:00:00 2001 From: Greg Stephens Date: Fri, 29 Nov 2024 10:10:36 -0800 Subject: [PATCH] warning on no tests --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e741337..6b13a23 100644 --- a/action.yml +++ b/action.yml @@ -158,7 +158,7 @@ runs: echo TEST_CORE="true" >> $GITHUB_ENV ;; none) - echo "No tests will be run" + echo "::warning::No tests will be run" ;; *) echo "::error::Unknown test type: ${{ inputs.test_type }} (use: core/nlu/all)"