This action downloads the JUnit Platform Console launcher.
Required The version of the JUnit Platform Console to load. Default "1.6.0".
The path of the downloaded JUnit Platform Console Standalone JAR file.
- uses: sormuras/setup-junit@master
id: junit
with:
platform-version: '1.6.0'
- uses: actions/setup-java@v1
- run: java -jar ${{ steps.junit.outputs.standalone-jar }} --help