[JEWEL] Exclude samples:ide-plugin from GitHub CI

This is needed because the ide-plugin currently only can access a
published IJ build, which might not contain necessary new APIs.

For samples:ide-plugin we only run ktfmtCheck, as that does not
require the project to compile.

See JEWEL-825 for further details.

closes https://github.com/JetBrains/intellij-community/pull/3074

GitOrigin-RevId: 7dda55478e7ad76d656873bc66a2a601f8936d4f
This commit is contained in:
Sebastiano Poggi
2025-06-03 18:34:37 +02:00
committed by intellij-monorepo-bot
parent 68e9f6a0bc
commit bce98aad40

View File

@@ -27,4 +27,4 @@ jobs:
run: chmod +x gradlew
- name: Run :check task
run: ./gradlew check --continue --no-daemon
run: ./gradlew :decorated-window:check :detekt-plugin:check :foundation:check :ide-laf-bridge:check :int-ui:int-ui-decorated-window:check :int-ui:int-ui-standalone:check :markdown:core:check :markdown:extensions:autolink:check :markdown:extensions:gfm-alerts:check :markdown:extensions:gfm-strikethrough:check :markdown:extensions:gfm-tables:check :markdown:ide-laf-bridge-styling:check :markdown:int-ui-standalone-styling:check :samples:ide-plugin:ktfmtCheck :samples:showcase:check :samples:standalone:check :ui:check :ui-tests:check --continue --no-daemon