Files
Paradise/tools/ci/run_server.sh
T
AffectedArc07 841f56fe83 Migrates from Travis CI To Actions (#14958)
* Migrates from Travis CI To Actions

First hitch

Surprise surprise NanoUI is the issue

...

Please work

Final Commit

* Undoes an oops
2020-11-21 09:08:50 -07:00

15 lines
316 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
cp config/example/* config/
#Apply test DB config for SQL connectivity
rm config/dbconfig.txt
cp tools/ci/dbconfig.txt config
# Now run the server and the unit tests
DreamDaemon paradise.dmb -close -trusted -verbose
# Check if the unit tests actually suceeded
cat data/clean_run.lk