Skip to content

Commit 6621070

Browse files
committed
workflow: use check instead of test
1 parent c764277 commit 6621070

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
8282
8383
./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
8484
85-
# Run tests
86-
- name: Run Tests
87-
run: ./gradlew test --refresh-dependencies
85+
# Check plugin
86+
- name: Check plugin
87+
run: ./gradlew check -x :commander:kotlin-compiler-wrapper:test
8888

8989
# Collect Tests Result of failed tests
9090
- name: Collect Tests Result

0 commit comments

Comments
 (0)