feat(M4): S-02部署基线复核+I-02本仓CI与备份演练+储备评审;M3遗留C-03/S-01/C-04证据补齐;12项PROGRESS归属+collect解析修复
vscode-planning-ci / planning-smoke (push) Failing after 1m31s
vscode-planning-ci / planning-smoke (push) Failing after 1m31s
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
name: vscode-planning-ci
|
||||
|
||||
# I-02 · 本仓 CI(Gitea Actions / GitHub Actions 兼容:纯 push/pull_request 触发,无私有凭据)。
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
planning-smoke:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: PLANNING
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
- name: 调度器只读命令
|
||||
run: |
|
||||
python tasks.py list
|
||||
python tasks.py status
|
||||
python tasks.py collect
|
||||
- name: CI 烟雾测试
|
||||
run: |
|
||||
pip install pytest -q
|
||||
python -m pytest tools/test_ci_smoke.py -q
|
||||
Reference in New Issue
Block a user