Skip to content

Cluecumber modernization #228

Cluecumber modernization

Cluecumber modernization #228

Workflow file for this run

name: Run unit tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- name: Set up JDK
uses: actions/setup-java@v5.2.0
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Test with Maven
run: ./mvnw test