diff --git a/.github/workflows/fly-direct.yml b/.github/workflows/fly-direct.yml index a049143..944e399 100644 --- a/.github/workflows/fly-direct.yml +++ b/.github/workflows/fly-direct.yml @@ -1,7 +1,7 @@ name: Fly Deploy Direct on: schedule: - - cron: '0 * * * *' + - cron: '0 */2 * * *' env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} diff --git a/.github/workflows/fly.yml b/.github/workflows/fly.yml index 84017b1..627409e 100644 --- a/.github/workflows/fly.yml +++ b/.github/workflows/fly.yml @@ -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: