We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e4a99 commit 1d5b642Copy full SHA for 1d5b642
1 file changed
.github/workflows/checkIDECompatibility.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
java: [17]
15
distribution: [temurin]
16
- platformType: [IU, IC]
+ platformType: [IC]
17
platformVersion: [LATEST-EAP-SNAPSHOT]
18
19
steps:
@@ -27,4 +27,4 @@ jobs:
27
cache: 'gradle'
28
29
- name: Build
30
- run: ./gradlew runPluginVerifier -PplatformVersion=LATEST-EAP-SNAPSHOT
+ run: ./gradlew runPluginVerifier -PplatformVersion=LATEST-EAP-SNAPSHOT --debug
0 commit comments