add CI --help test

This commit is contained in:
Jens Petersen 2019-12-15 17:21:28 +08:00
parent 5a8afd1757
commit 317b2403c3
1 changed files with 12 additions and 0 deletions

12
tests/tests.yml Normal file
View File

@ -0,0 +1,12 @@
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
required_packages:
- alex
tests:
- help:
run: alex --help
...