Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5 #130

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

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5 #130

Workflow file for this run

name: Build & Test Maven Project
on: [push, pull_request]
jobs:
build-and-test:
runs-on: ubuntu-20.04
name: Build Application
steps:
- name: Checkout the source code
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: adopt
java-version: 11
cache: maven
- name: Build & Test application
run: ./mvnw verify