1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

Add nightly running of golden and trace tests. (#202)

Resolves #200

* comment out nightly trace tests until values reset.
This commit is contained in:
Scott Leishman
2019-01-17 11:52:50 -08:00
committed by GitHub
parent 8672f8b542
commit a048024bf5

View File

@@ -378,3 +378,20 @@ workflows:
filters: filters:
branches: branches:
only: master only: master
nightly:
triggers:
- schedule:
cron: "0 1 * * *"
filters:
branches:
only:
- master
jobs:
- unit_tests
- integration_tests
- golden_test_gym
- golden_test_doom
- golden_test_mujoco
# - trace_test_gym
# - trace_test_doom
# - trace_test_mujoco