Kapil Koju

Results 3 issues of Kapil Koju

### Related to Adds `allowMessage` option ### Notes This PR adds `allowMessage` option similar to [jest-fail-on-console](https://github.com/ValentinH/jest-fail-on-console/tree/main?tab=readme-ov-file#allowmessage). `allowMessage` implementation in jest-fail-on-console: https://github.com/ValentinH/jest-fail-on-console/blob/main/index.js#L69 It will allow tests to pass while logging helpful...

setup-java doesn't include `sbt` for `ubuntu-latest` and `macos`. Without using `sbt/setup-sbt@v1`, the current template fails with error message "sbt: command not found". Example: https://github.com/koju/scheduler/actions/runs/13558432189/job/37897107737 More Info: https://www.scala-sbt.org/1.x/docs/GitHub-Actions-with-sbt.html#Basic+setup https://github.com/sbt/setup-sbt?tab=readme-ov-file#why-is-this-github-action-needed ## Pre-requisites...