Chore: no tests on build.

This commit is contained in:
Amine Bouabdallaoui 2024-12-29 22:37:59 +01:00
parent fbafece1fa
commit d81ced3964

View File

@ -21,4 +21,4 @@ jobs:
- name: Configure gradle...
run: mkdir -p ~/.gradle && echo "org.gradle.daemon=false\nignoreGitVersion=true" >> ~/.gradle/gradle.properties
- name: Build and test
run: ./gradlew build --stacktrace
run: ./gradlew build -x test --stacktrace