Skip to content

Remove the partial result from checkRange as it causes issues to parse with ranges outside of min and max #42

Remove the partial result from checkRange as it causes issues to parse with ranges outside of min and max

Remove the partial result from checkRange as it causes issues to parse with ranges outside of min and max #42

Workflow file for this run

name: pr-check
on:
pull_request:
branches: [ master ]
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/openjdk/jdk:17-ubuntu
steps:
- uses: actions/checkout@v3
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build test
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
if: always()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'