Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 #241

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

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 #241

Workflow file for this run

name: Java CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '17'
- name: Build with Maven
run: mvn -B package --file pom.xml