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 80da639 + b240355 commit c408a22Copy full SHA for c408a22
.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