Skip to content

Fix Test workflow compile failure by restoring IntelliJ platform classpath in Gradle 2.x migration #234

Fix Test workflow compile failure by restoring IntelliJ platform classpath in Gradle 2.x migration

Fix Test workflow compile failure by restoring IntelliJ platform classpath in Gradle 2.x migration #234

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
distribution: temurin
java-version: 25
- uses: burrunan/gradle-cache-action@v1.5
with:
arguments: check buildPlugin verifyPlugin