If there are no tests found, it spits out a warning, but doesn't fail.
It seems somewhat obvious to me that if I'm running the action, there are some tests. So if it's not finding any, it should fail.
There is the failOnMinTestsNotRun but that defaults to false, it should really default to true.