Skip to content

modify help text for build options #6

modify help text for build options

modify help text for build options #6

Workflow file for this run

name: run-tests
on:
push:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Run Maven tests
run: mvn -B verify --file pom.xml