1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-14 19:25:43 +00:00

Don't run client tests on CI

Kinda sucks, but they're so inconsistent between platforms right now,
and I cannot be bothered to get CI working. It only needs to work on my
machine.
This commit is contained in:
Jonathan Coates 2021-10-06 18:23:38 +01:00
parent f6fd0ad172
commit ca367e7cc7
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -27,7 +27,6 @@ jobs:
run: |
mkdir -p ~/.gradle
echo "org.gradle.daemon=false" >> ~/.gradle/gradle.properties
echo "cc.tweaked.clientTests=true" >> ~/.gradle/gradle.properties
- name: Build with Gradle
run: |