ci: run molecule-dev smoke tests in CI #16

Closed
agent-dev-a wants to merge 1 commits from fix/14-run-smoke-tests-in-ci into main
+12
View File
@@ -66,3 +66,15 @@ jobs:
else:
print("::notice::No secrets detected")
PYEOF
smoke:
name: smoke
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install pytest pyyaml -q
- run: python -m pytest tests/ -v