LucioLiu's picture
Initial release - mirrors github.com/LucioLiu/agent-phone-use
44dc2da verified
Raw
History Blame Contribute Delete
626 Bytes
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