Skip to content

Test

Test #8

Workflow file for this run

name: Test
'on':
workflow_run:
workflows: ["Checkstyle"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 18
uses: actions/setup-java@v4
with:
java-version: '18'
distribution: 'temurin'
cache: maven
- name: Maven Test
run: xvfb-run mvn -Dcheckstyle.skip test