Skip to content

documenting build options (#34) #13

documenting build options (#34)

documenting build options (#34) #13

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