Skip to content

BAH-3807 | Add. Workflow to sign and deploy artifacts on push of a tag #22

BAH-3807 | Add. Workflow to sign and deploy artifacts on push of a tag

BAH-3807 | Add. Workflow to sign and deploy artifacts on push of a tag #22

Workflow file for this run

name: Validate PR
on:
pull_request:
branches:
- master
jobs:
build-test-package:
name: Build and Package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build and Package with Maven
run: ./mvnw --no-transfer-progress clean -U install