Add Recipes Test Script (#5420)

This commit is contained in:
Amed Rodriguez
2025-10-28 17:17:51 -07:00
committed by GitHub
parent 5e0b074a98
commit 4687656487
6 changed files with 236 additions and 0 deletions
+11
View File
@@ -115,3 +115,14 @@ jobs:
# Run the provider test script (binary already built and downloaded)
bash scripts/test_providers.sh
- name: Run Subrecipe Tests
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
GOOSE_PROVIDER: anthropic
GOOSE_MODEL: claude-sonnet-4-5-20250929
HOME: /tmp/goose-home
GOOSE_DISABLE_KEYRING: 1
SKIP_BUILD: 1
run: |
bash scripts/test_subrecipes.sh