Skip to content

TLC-151:Enabled the 'Death information' section in the registration form #14

TLC-151:Enabled the 'Death information' section in the registration form

TLC-151:Enabled the 'Death information' section in the registration form #14

Workflow file for this run

name: Build and Publish
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '8'
- name: Build and validate distro
run: mvn --batch-mode clean install -P validator