Skip to content

Merge pull request #124 from dnokov/bugfix/petType-specialty-no-id-temp #98

Merge pull request #124 from dnokov/bugfix/petType-specialty-no-id-temp

Merge pull request #124 from dnokov/bugfix/petType-specialty-no-id-temp #98

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B install --file pom.xml -Djacoco.skip=true -DdisableXmlReport=true