Files
wehub-resource-sync 70bf21e064
Handle Changesets / Handle Changesets (push) Waiting to run
Semgrep OSS scan / semgrep-oss (push) Waiting to run
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
chore: import upstream snapshot with attribution
2026-07-13 12:30:11 +08:00

39 lines
927 B
JSON

{
"$schema": "http://turbo.build/schema.json",
"extends": ["//"],
"tasks": {
"build": {
"env": [
"npm_config_user_agent",
"CREATE_CLOUDFLARE_RELAUNCHED",
"CREATE_CLOUDFLARE_TELEMETRY_DISABLED",
"CREATE_CLOUDFLARE_TELEMETRY_DEBUG",
"SPARROW_SOURCE_KEY"
],
"inputs": ["$TURBO_DEFAULT$", "!e2e/**", "!vitest-e2e.config.ts"],
"outputs": ["dist/**"]
},
"test:ci": {
"dependsOn": ["build"]
},
"test:e2e": {
"passThroughEnv": ["GITHUB_TOKEN"],
"env": [
"$TURBO_EXTENDS$",
"E2E_EXPERIMENTAL",
"E2E_TEST_FILTER",
"E2E_TEST_PM",
"E2E_TEST_PM_VERSION",
"E2E_WORKER_TEMPLATE_TO_TEST",
"E2E_FRAMEWORK_TEMPLATE_TO_TEST",
"E2E_PROJECT_PATH",
"E2E_TEST_RETRIES",
"E2E_RUN_DEPLOY_TESTS"
],
"dependsOn": ["build"],
"inputs": ["e2e/**", "vitest-e2e.config.ts", "!e2e/README.md"],
"outputs": [".e2e-logs", ".e2e-logs-experimental"]
}
}
}