Skip to content

chore(deps): update dependency rimraf to ^5.0.6 (#2672) #1435

chore(deps): update dependency rimraf to ^5.0.6 (#2672)

chore(deps): update dependency rimraf to ^5.0.6 (#2672) #1435

name: Test IntelliJ plugin
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
paths:
- "integrations/intellij/**"
- ".github/workflows/test-intellij.yaml"
pull_request:
branches:
- "*"
paths:
- "integrations/intellij/**"
- ".github/workflows/test-intellij.yaml"
jobs:
intellij-tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: ${{ matrix.node-version }}
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4
with:
distribution: "temurin"
java-version: "11"
- name: Cache pnpm modules
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-exclude-test-apps-
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
with:
run_install: |
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]
- run: cd integrations/intellij && ./gradlew ktlintCheck
- run: cd integrations/intellij && ./gradlew runPluginVerifier
- run: cd integrations/intellij && ./gradlew buildPlugin