Skip to content

chore(deps): update dependency gradle to v8.6 (#2441) #1358

chore(deps): update dependency gradle to v8.6 (#2441)

chore(deps): update dependency gradle to v8.6 (#2441) #1358

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version: ${{ matrix.node-version }}
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
with:
distribution: "temurin"
java-version: "11"
- name: Cache pnpm modules
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 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@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.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