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 77aa9ba commit cb834aaCopy full SHA for cb834aa
.github/workflows/test.yml
@@ -27,4 +27,4 @@ jobs:
27
if: env.ACCEPT_LICENCE == 'true'
28
run: ./accept-third-party-license.sh
29
- name: Build with Gradle
30
- run: ./gradlew build
+ run: ./gradlew build -x test # Disable general test, only run testsuites
0 commit comments