We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c764277 commit 6621070Copy full SHA for 6621070
.github/workflows/build.yml
@@ -82,9 +82,9 @@ jobs:
82
83
./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
84
85
- # Run tests
86
- - name: Run Tests
87
- run: ./gradlew test --refresh-dependencies
+ # Check plugin
+ - name: Check plugin
+ run: ./gradlew check -x :commander:kotlin-compiler-wrapper:test
88
89
# Collect Tests Result of failed tests
90
- name: Collect Tests Result
0 commit comments