Skip to content

Fixes #455 - Create Group for test patients #147

Fixes #455 - Create Group for test patients

Fixes #455 - Create Group for test patients #147

Workflow file for this run

name: Check PR
on: pull_request
jobs:
maven:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Run Checks
run: mvn --batch-mode --no-transfer-progress --update-snapshots verify