faa4908d14
This commit also enables at least some meaningful tests in gating. Resolves: rhbz#1972427
12 lines
232 B
YAML
12 lines
232 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- osbuild-composer-tests
|
|
tests:
|
|
- integration:
|
|
dir: scripts
|
|
run: ./run_tests.sh {{ tenv_workdir }}
|