forked from rpms/osbuild-composer
843c92082a
Enable running of integration tests on CentOS Stream 9. The integration test no longer contains any parts that would require access to internal Red Hat network. Related: rhbz#2059870
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
summary: Run integration tests
|
|
prepare:
|
|
how: install
|
|
package:
|
|
- osbuild-composer-tests
|
|
execute:
|
|
script: ./tests/scripts/run_tests.sh ./tests/
|
|
duration: 24h
|