This commit is contained in:
parent
06b32a09ea
commit
c82acc6970
|
@ -15,13 +15,13 @@ jobs:
|
||||||
name: Run py-tests
|
name: Run py-tests
|
||||||
command: make test
|
command: make test
|
||||||
|
|
||||||
- run:
|
# TODO see #928: decide on CI triggering of yaml tests building,
|
||||||
name: Generate YAML tests
|
|
||||||
command: make gen_yaml_tests
|
|
||||||
|
|
||||||
# TODO in future PR (after #851): decide on CI triggering of yaml tests building,
|
|
||||||
# and destination of output (new yaml tests LFS-configured repository)
|
# and destination of output (new yaml tests LFS-configured repository)
|
||||||
#
|
#
|
||||||
|
# - run:
|
||||||
|
# name: Generate YAML tests
|
||||||
|
# command: make gen_yaml_tests
|
||||||
|
#
|
||||||
# - store_artifacts:
|
# - store_artifacts:
|
||||||
# path: test-reports
|
# path: test-reports
|
||||||
# destination: test-reports
|
# destination: test-reports
|
||||||
|
|
Loading…
Reference in New Issue