Skip to content

Add fast compilation and jvmTest check for PRs #2

Add fast compilation and jvmTest check for PRs

Add fast compilation and jvmTest check for PRs #2

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
distribution: 'temurin'
- name: compile
uses: gradle/actions/[email protected]
with:
arguments: assemble
- name: jvmTest
uses: gradle/actions/[email protected]
with:
arguments: jvmTest