ci: run molecule-dev smoke tests in CI #16
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user