Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.2 #38

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

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.2 #38

Workflow file for this run

name: Run tests on package
on:
pull_request:
branches: [master]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Get the code
uses: actions/checkout@v4
- name: Setup Java 11
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'zulu'
- name: Test with Maven
run: mvn test