Skip to content

Commit cb834aa

Browse files
committed
Disable general test, only run testsuites
1 parent 77aa9ba commit cb834aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
if: env.ACCEPT_LICENCE == 'true'
2828
run: ./accept-third-party-license.sh
2929
- name: Build with Gradle
30-
run: ./gradlew build
30+
run: ./gradlew build -x test # Disable general test, only run testsuites

0 commit comments

Comments
 (0)