Skip to content

Merge branch 'main' into release_update #22

Merge branch 'main' into release_update

Merge branch 'main' into release_update #22

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