json_simple/tests/tests.yml
2023-06-29 09:49:14 +02:00

16 lines
302 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
required_packages:
- json_simple
- json_simple-tests
- maven-local
tests:
- xmvn_installed_rpm_surefire:
dir: .
run: "xmvn surefire:test"