79591119

Date: 2025-04-24 16:51:33
Score: 0.5
Natty:
Report link

If it is installed on the runner and if the workflow is running on the same runner, it should detect but I would suggest you to add setup-java job right before running actual tests

- uses: actions/setup-java@v4
  with:
    distribution: 'temurin'
    java-version: '21'
    cache: 'maven'

FYI - https://github.com/actions/setup-java

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dayananda D R