Skip to content

Commit

Permalink
fix(repo): Ensure turbo cache is used properly for e2e tests (#4435)
Browse files Browse the repository at this point in the history
  • Loading branch information
BRKalow authored Oct 31, 2024
1 parent 08c5a2a commit e227f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 1 addition & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit e227f6b

Please sign in to comment.