Run a smoke test on CI

Unify the test suite between Fedora and CentOS Stream.
This has been cherry-picked from c10s branch.
This commit is contained in:
Karolina Surma 2024-11-12 12:25:43 +01:00 committed by churchyard
commit f20db6945a
2 changed files with 16 additions and 0 deletions

View file

@ -25,6 +25,9 @@
- rpm_generators_unit_tests:
dir: python-rpm-generators
run: ./tests/download_data_and_run_pytest.sh
- smoke:
dir: .
run: ./smoke/runtest.sh
required_packages:
- fedpkg-minimal
- mock