Skip to content

chore(deps): bump surefire-plugin.version from 3.2.2 to 3.2.3 #80

chore(deps): bump surefire-plugin.version from 3.2.2 to 3.2.3

chore(deps): bump surefire-plugin.version from 3.2.2 to 3.2.3 #80

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
MVN: mvn --show-version --batch-mode
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: run compile
run: $MVN clean compile
- name: run test
run: $MVN test