mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-13 02:40:28 +00:00
Retry the prepare step one time
Hopefully ensures failed assets assets don't entirely break the build.
This commit is contained in:
parent
f78e24f9a0
commit
b838efedd2
1
.github/workflows/main-ci.yml
vendored
1
.github/workflows/main-ci.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
||||
- name: Run in-game tests
|
||||
run: |
|
||||
./gradlew setupServer --no-daemon
|
||||
./gradlew prepareRunTestServerRun --no-daemon || ./gradlew prepareRunTestServerRun --no-daemon
|
||||
./gradlew runTestServerRun --no-daemon
|
||||
|
||||
- name: Upload Jar
|
||||
|
Loading…
Reference in New Issue
Block a user