mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-28 09:54:47 +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
eba26dedab
commit
29ece2a6e3
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: |
|
||||
|
@ -11,7 +11,7 @@ license="ComputerCraft Public License (https://raw.githubusercontent.com/dan200/
|
||||
|
||||
[[mods]]
|
||||
modId="computercraft"
|
||||
version="1.2.3.4"
|
||||
version="${version}"
|
||||
displayName="CC: Tweaked"
|
||||
description='''
|
||||
CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles and more to Minecraft.
|
||||
|
Loading…
Reference in New Issue
Block a user