7 lines
106 B
YAML
7 lines
106 B
YAML
---
|
|
|
|
- name: 'run test cases'
|
|
include_tasks: tox.yaml
|
|
when:
|
|
- test_stage in ['all', 'run', 'tox']
|