Datasets:
| name: test | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| launcher-regression: | |
| runs-on: windows-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Run launcher regression tests | |
| shell: powershell | |
| run: powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\tests\launcher-regression.ps1 | |
| - name: Validate skill | |
| shell: powershell | |
| run: | | |
| python -m pip install --disable-pip-version-check pyyaml | |
| python .\tests\docs_contract.py | |
| python .\tests\publication_scan.py | |
| python .\tests\quick_validate.py .\skill\agent-phone-use | |