Skip to content

Build and run unit tests #3

Build and run unit tests

Build and run unit tests #3

Workflow file for this run

name: Build and run unit tests
#on:
# pull_request:
# branches: [develop, release-**]
on: workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'corretto'
cache: maven
- run: mvn --batch-mode clean test