Skip to content

Merge pull request #11 from IsyFact/feature/IFS-3844_automatic_update… #26

Merge pull request #11 from IsyFact/feature/IFS-3844_automatic_update…

Merge pull request #11 from IsyFact/feature/IFS-3844_automatic_update… #26

Workflow file for this run

name: Check Maven
on:
pull_request:
branches:
- main
push:
branches:
- main
env:
MAVEN_CLI_OPTS: '--batch-mode --errors --fail-at-end -T 1C'
jobs:
Compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
cache: maven
- name: Compile
run: mvn $MAVEN_CLI_OPTS compile