Skip to content

fix: intellij README.md (#548) #17

fix: intellij README.md (#548)

fix: intellij README.md (#548) #17

Workflow file for this run

name: Test IntelliJ Plugin
on:
push:
branches: [ main ]
paths:
- '.github/workflows/intellij-test.yml'
- 'clients/intellij/**'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/intellij-test.yml'
- 'clients/intellij/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 17
- name: Test Build
uses: gradle/[email protected]
with:
arguments: buildPlugin
build-root-directory: clients/intellij