Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.5 #137

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

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.5 #137

Workflow file for this run

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