Skip to content

sormuras/setup-junit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JUnit Platform Console Launcher action

This action downloads the JUnit Platform Console launcher.

Inputs

platform-version

Required The version of the JUnit Platform Console to load. Default "1.6.0".

Outputs

standalone-jar

The path of the downloaded JUnit Platform Console Standalone JAR file.

Example usage

- 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

About

✔ GitHub Action to setup JUnit 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published