Skip to content

BAH-3079 | update bahmnicore-omod tag #252

BAH-3079 | update bahmnicore-omod tag

BAH-3079 | update bahmnicore-omod tag #252

Workflow file for this run

name: Validate PR
on:
pull_request:
branches: [ Bahmni-IPD-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