Skip to content

Bindu | BAH-3772 | Persist translations for the imported form if the reference form is not present in the environment #17

Bindu | BAH-3772 | Persist translations for the imported form if the reference form is not present in the environment

Bindu | BAH-3772 | Persist translations for the imported form if the reference form is not present in the environment #17

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