Skip to content

Commit

Permalink
Disable Rider tests on Mac GHA workflow (#5092)
Browse files Browse the repository at this point in the history
  • Loading branch information
rli authored Nov 19, 2024
1 parent 579c461 commit b240355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
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 comments on commit b240355

Please sign in to comment.