Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/c3-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ jobs:
run: pnpm run test:e2e:c3
env:
NODE_VERSION: ${{ env.NODE_VERSION }}
# Some framework generators write a different pnpm version to `packageManager`.
# By default pnpm downloads and runs it. Concurrent tests can then provision
# that version in the same pnpm tool store, causing recursive installs.
pnpm_config_manage_package_manager_versions: "false"
Comment thread
devin-ai-integration[bot] marked this conversation as resolved.
E2E_EXPERIMENTAL: ${{ matrix.experimental }}
E2E_TEST_PM: ${{ matrix.pm.name }}
E2E_TEST_PM_VERSION: ${{ matrix.pm.version }}
Expand Down
3 changes: 2 additions & 1 deletion packages/create-cloudflare/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"E2E_FRAMEWORK_TEMPLATE_TO_TEST",
"E2E_PROJECT_PATH",
"E2E_TEST_RETRIES",
"E2E_RUN_DEPLOY_TESTS"
"E2E_RUN_DEPLOY_TESTS",
"pnpm_config_manage_package_manager_versions"
],
"dependsOn": ["build"],
"inputs": ["e2e/**", "vitest-e2e.config.ts", "!e2e/README.md"],
Expand Down
Loading