From e227f6bcbd86fc7762f3cd3a2266c084ac304d91 Mon Sep 17 00:00:00 2001 From: Bryce Kalow Date: Thu, 31 Oct 2024 09:51:18 -0500 Subject: [PATCH] fix(repo): Ensure turbo cache is used properly for e2e tests (#4435) --- .github/workflows/ci.yml | 2 +- turbo.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b21242c633..33a1743bcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -231,7 +231,7 @@ jobs: - name: Run Integration Tests if: ${{ steps.task-status.outputs.affected == '1' }} id: integration-tests - run: sudo --preserve-env npx turbo test:integration:${{ matrix.test-name }} $TURBO_ARGS --only -- --project=${{ matrix.test-project }} + run: sudo --preserve-env npx turbo test:integration:${{ matrix.test-name }} $TURBO_ARGS env: E2E_APP_CLERK_JS_DIR: ${{runner.temp}} E2E_CLERK_VERSION: 'latest' diff --git a/turbo.json b/turbo.json index 15034ed87a..d9b7ec3b33 100644 --- a/turbo.json +++ b/turbo.json @@ -25,8 +25,7 @@ "VITE_CLERK_*", "EXPO_PUBLIC_CLERK_*", "REACT_APP_CLERK_*", - "NEXT_PHASE", - "E2E_NEXTJS_VERSION" + "NEXT_PHASE" ], "globalPassThroughEnv": ["AWS_SECRET_KEY", "GITHUB_TOKEN", "ACTIONS_RUNNER_DEBUG", "ACTIONS_STEP_DEBUG"], "tasks": {