Skip to content

Bump maven-surefire-plugin from 3.1.0 to 3.1.2 #101

Bump maven-surefire-plugin from 3.1.0 to 3.1.2

Bump maven-surefire-plugin from 3.1.0 to 3.1.2 #101

name: Java 11
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: mvn -B package