Nick: test suite + fly

This commit is contained in:
Nicolas 2024-06-18 13:34:44 -04:00
parent d0c05accf6
commit 8db8997daf
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
name: Fly Deploy Direct
on:
schedule:
- cron: '0 * * * *'
- cron: '0 */2 * * *'
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

View File

@ -93,7 +93,7 @@ jobs:
working-directory: ./apps/test-suite
- name: Run E2E tests
run: |
npm run test
npm run test:suite
working-directory: ./apps/test-suite
python-sdk-tests: