Merge pull request #14 from PyAutoLabs/feature/pyautoscientist-3b-smoke #73
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: "PyAutoConf PyAutoFit" | |
| secrets: inherit |