Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 1.04 KB

File metadata and controls

11 lines (6 loc) · 1.04 KB

Shared Workflow Templates for the Actions Demo Organization

This repository contains shared GitHub Actions workflow templates for the actionsdemo organization

These workflow templates are useful as starter worfklows for common CICD tasks in the organization, related to building, testing, and releasing software.

The currently available workflow templates are

  • gradle-java - a build, check, test, and publish workflow which uses gradle to build a Java application using the GitHub Actions setup-java action and publishes a Maven snapshot JAR to the GitHub Package Registry

  • gradle-release - a workflow for manually publishing the current version of the code as a Maven package in the GitHub Package Registry with a version and description provided as inputs.