Skip to content

ISSUES-4 improve tests #244

ISSUES-4 improve tests

ISSUES-4 improve tests #244

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 20
- run: ./gradlew compiler:test