An open API service indexing awesome lists of open source software.

https://github.com/uniqueck/github-actions-java-maven-test

an example for github actions
https://github.com/uniqueck/github-actions-java-maven-test

Last synced: 4 months ago
JSON representation

an example for github actions

Awesome Lists containing this project

README

          

= Test repository to use github actions

The following steps are implemented:

* Jobs
** CI-Artifact
*** Triggered on push
*** caches maven repository
*** compile
*** execute tests
*** upload artifacts
**** target/*.pom
**** target/*.jar

** CI-Docs
*** Triggered on push
*** caches maven repository
*** build docs
**** html
**** pdf
*** upload artifacts
**** target/generated-docs