Skip to content

chore: drop legacy env_vars.yaml fallback from run_smoke (#161 step 6, stage 3) #162

chore: drop legacy env_vars.yaml fallback from run_smoke (#161 step 6, stage 3)

chore: drop legacy env_vars.yaml fallback from run_smoke (#161 step 6, stage 3) #162

Workflow file for this run

name: Smoke Tests
# Thin caller for PyAutoHeart's reusable smoke-test workflow. The ceremony
# (chain checkout, branch matching, runner, Slack) lives centrally; this
# workspace declares its dependency chain and owns its install epilogue
# (.github/scripts/smoke_install.sh) and runner (.github/scripts/run_smoke.py).
on: [push, pull_request]
jobs:
smoke:
uses: PyAutoLabs/PyAutoHeart/.github/workflows/smoke-tests.yml@main
with:
chain: "PyAutoNerves PyAutoFit PyAutoArray PyAutoGalaxy"
secrets: inherit