Skip to content

Remove use of jansi due to Java 24+ warnings (#656) #1285

Remove use of jansi due to Java 24+ warnings (#656)

Remove use of jansi due to Java 24+ warnings (#656) #1285

Workflow file for this run

name: test
on:
push:
branches:
- master
paths-ignore:
- "*.md"
pull_request:
branches:
- master
paths-ignore:
- "*.md"
jobs:
test:
uses: itzg/github-workflows/.github/workflows/gradle-build.yml@main
with:
arguments: test
include-test-report: true
retest-showing-standard-streams: true