Skip to content

Commit b240355

Browse files
authored
Disable Rider tests on Mac GHA workflow (#5092)
1 parent 579c461 commit b240355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Grant execute permission for gradlew
2525
run: chmod +x gradlew
2626
- name: Build with Gradle
27-
run: ./gradlew check coverageReport --info --full-stacktrace --console plain
27+
run: ./gradlew check coverageReport -x :plugin-toolkit:jetbrains-rider:test --info --full-stacktrace --console plain

0 commit comments

Comments
 (0)