Skip to content

Commit 3e58358

Browse files
committed
Use runPluginVerifier
1 parent a4d7ef7 commit 3e58358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/intellij-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: ./gradlew :stability-runtime:build --no-daemon --stacktrace
100100

101101
- name: Verify plugin compatibility
102-
run: ./gradlew :compose-stability-analyzer-idea:verifyPlugin --no-daemon --stacktrace
102+
run: ./gradlew :compose-stability-analyzer-idea:runPluginVerifier --no-daemon --stacktrace
103103

104104
- name: Upload verification results
105105
if: always()

0 commit comments

Comments
 (0)