Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 #182

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 #182

Workflow file for this run

name: "Maven Build"
on:
pull_request:
branches: [ develop ]
jobs:
maven-compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Setup JDK 17"
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
architecture: x64
cache: maven
- name: "Run Maven 'compile'"
run: mvn compile --color always