From 8db8997daf8cf6fe688c5d3a7d4ec68f60bfb49e Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 18 Jun 2024 13:34:44 -0400 Subject: [PATCH] Nick: test suite + fly --- .github/workflows/fly-direct.yml | 2 +- .github/workflows/fly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: