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.
2 parents 12bbcaf + b240355 commit 958bcdbCopy full SHA for 958bcdb
.github/workflows/mac.yml
@@ -24,4 +24,4 @@ jobs:
24
- name: Grant execute permission for gradlew
25
run: chmod +x gradlew
26
- name: Build with Gradle
27
- run: ./gradlew check coverageReport --info --full-stacktrace --console plain
+ run: ./gradlew check coverageReport -x :plugin-toolkit:jetbrains-rider:test --info --full-stacktrace --console plain
0 commit comments