Skip to content

Pva/evsrestapi 539 add pediatric subsets #229

Pva/evsrestapi 539 add pediatric subsets

Pva/evsrestapi 539 add pediatric subsets #229

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master", "develop", "develop-*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Run Tests for PR
run: make test