mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-07-03 02:41:29 +02:00
Stop server early if it fully loads successfully (#11)
This commit is contained in:
parent
757b6e6a59
commit
d9e15e4524
3
.github/workflows/build-and-test.yml
vendored
3
.github/workflows/build-and-test.yml
vendored
@ -82,7 +82,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir run
|
mkdir run
|
||||||
echo "eula=true" > run/eula.txt
|
echo "eula=true" > run/eula.txt
|
||||||
timeout ${{ inputs.timeout }} ./gradlew --info --stacktrace runServer 2>&1 | tee -a server.log || true
|
echo "stop" > run/stop.txt
|
||||||
|
timeout ${{ inputs.timeout }} ./gradlew --info --stacktrace runServer 2>&1 < run/stop.txt | tee -a server.log || true
|
||||||
|
|
||||||
- name: Test no errors reported during server run
|
- name: Test no errors reported during server run
|
||||||
if: ${{ !inputs.client-only }}
|
if: ${{ !inputs.client-only }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user