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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user