Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 #107

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 #107

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
name: Compile, test and package modules
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Compile, test, and package modules
run: ./bin/cibuild