Skip to content

Commit

Permalink
warning on no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rgstephens committed Nov 29, 2024
1 parent 7d4c067 commit dcfc1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit dcfc1f2

Please sign in to comment.