Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2… #235

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

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2… #235

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
architecture: 'x64'
cache: 'maven'
- name: Build
run: mvn clean compile test