Retry the prepare step one time

Hopefully ensures failed assets assets don't entirely break the build.
This commit is contained in:
Jonathan Coates 2021-01-09 20:17:32 +00:00
parent f78e24f9a0
commit b838efedd2
1 changed files with 1 additions and 0 deletions

View File

@ -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