mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Setup basic CI flow (#38)
Adds automated running of unit, integration tests (and optionally longer running tests)
This commit is contained in:
committed by
Scott Leishman
parent
2cc6abc3c4
commit
16b3e99f37
@@ -16,6 +16,4 @@ set -e
|
||||
|
||||
export VIZDOOM_ROOT=`pip show vizdoom 2>/dev/null | awk '/Location/{print $2}'`/vizdoom
|
||||
|
||||
cd /root/src/
|
||||
|
||||
exec "$@"
|
||||
bash -c "$@"
|
||||
|
||||
Reference in New Issue
Block a user