Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.2 to 3.5.1 #911

Bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.2 to 3.5.1

Bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.2 to 3.5.1 #911

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Build and Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Maven
run: ./mvnw verify