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:
parent
f6fd0ad172
commit
ca367e7cc7
1
.github/workflows/main-ci.yml
vendored
1
.github/workflows/main-ci.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user