Skip to content

Moved test into right package #27

Moved test into right package

Moved test into right package #27

Workflow file for this run

name: CI Check
on: [ push ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
cache: gradle
- name: Check
run: ./gradlew check