Skip to content

Add a command-line option to select a single testcase by name for ver… #288

Add a command-line option to select a single testcase by name for ver…

Add a command-line option to select a single testcase by name for ver… #288

Workflow file for this run

name: Java CI with Maven
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Build and Install shared library
run: mvn install
- name: Run Spotless check
run: mvn spotless:check
- name: Run unit tests
run: mvn test