Skip to content

don't ask for max height if max height has been specified for lanes i… #107

don't ask for max height if max height has been specified for lanes i…

don't ask for max height if max height has been specified for lanes i… #107

Workflow file for this run

name: Test with Gradle
on:
push:
branches:
- "master"
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- uses: gradle/actions/setup-gradle@v3
- name: Test with Gradle
run: ./gradlew test