Skip to content

BAH 2962 | Properties file for appointments omod #253

BAH 2962 | Properties file for appointments omod

BAH 2962 | Properties file for appointments omod #253

Workflow file for this run

name: Validate PR
on:
pull_request:
branches: [ master ]
jobs:
build:
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: Cache Maven packages
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: |
./mvnw --no-transfer-progress -U clean install