Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.4 #273

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

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.4 #273

Workflow file for this run

name: Unit Test
on:
push:
branches:
- '*'
pull_request:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: '17'
- run: mvn test