Skip to content

fix: IFS-3938 updated maven_deploy_template.yml to v1.5.0 #27

fix: IFS-3938 updated maven_deploy_template.yml to v1.5.0

fix: IFS-3938 updated maven_deploy_template.yml to v1.5.0 #27

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