Skip to content

feat(self-healing): fully automate silent auto-repair across all laun… #33

feat(self-healing): fully automate silent auto-repair across all laun…

feat(self-healing): fully automate silent auto-repair across all laun… #33

Workflow file for this run

name: Verify release
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
windows-verification:
runs-on: windows-latest
timeout-minutes: 25
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install pinned Python test dependencies
shell: powershell
run: >-
python -m pip install --disable-pip-version-check --only-binary=:all:
--no-deps --requirement
payload/project/.agents/tools/codex-orchestrator/requirements.lock
- name: Verify package and rollback fixture
shell: powershell
run: .\scripts\Test-All.ps1