Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 #209

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

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 #209

Workflow file for this run

name: CI
on: [push]
env:
CI: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
uses: GabrielBB/xvfb-action@v1
with:
run: ./mvnw --batch-mode verify