Add tests
This commit is contained in:
parent
2233a5fc3c
commit
b04a6c8b0a
21
tests/tests.yml
Normal file
21
tests/tests.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
required_packages:
|
||||||
|
- python3-lit
|
||||||
|
tests:
|
||||||
|
- lit:
|
||||||
|
dir: ./
|
||||||
|
run: lit --version
|
||||||
|
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- lit:
|
||||||
|
dir: ./
|
||||||
|
run: ! lit --version
|
Loading…
Reference in New Issue
Block a user