Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 #70

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 #70

Workflow file for this run

name: PR
on:
pull_request:
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK 11
uses: actions/setup-java@v5
with:
java-version: '11'
distribution: 'temurin'
- name: Build project with Maven
run: mvn -B package --file pom.xml