Skip to content

Regenerate Claude skill archives #66

Regenerate Claude skill archives

Regenerate Claude skill archives #66

Workflow file for this run

name: TestForge checks
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: python -m pip install -r tools/augment-evals/requirements.txt
- run: python -m unittest discover -s testforge/tests -v
- run: python -m unittest discover -s tools/augment-evals/tests -v
- run: python -m unittest discover -s tests -v
- run: python testforge/scripts/verify_package.py testforge
- run: python tools/augment-evals/augment_eval.py validate testforge
- run: python tools/validate_release_manifests.py