Skip to content

chore: try to run mvn tests #3

chore: try to run mvn tests

chore: try to run mvn tests #3

Workflow file for this run

name: Test
on: [ workflow_dispatch, push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: s4u/[email protected]
- run: mvn -v
- run: mvn test