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.
1 parent 44ff4a8 commit 4a8f0a3Copy full SHA for 4a8f0a3
.github/workflows/gradle.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Grant execute permission for gradlew
24
run: chmod +x gradlew
25
- name: Build with Gradle
26
- run: ./gradlew allTests
+ run: ./gradlew allTests -x iosTest
0 commit comments