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
18 lines
442 B
JSON
18 lines
442 B
JSON
{
|
|
"name": "workflows-shared-test",
|
|
"main": "tests/test-entry.ts",
|
|
"compatibility_date": "2025-02-04",
|
|
"compatibility_flags": ["enable_ctx_exports"],
|
|
"durable_objects": {
|
|
"bindings": [{ "name": "ENGINE", "class_name": "Engine" }],
|
|
},
|
|
"migrations": [{ "tag": "v1", "new_sqlite_classes": ["Engine"] }],
|
|
"services": [
|
|
{
|
|
"binding": "USER_WORKFLOW",
|
|
"service": "workflows-shared-test",
|
|
"entrypoint": "TestWorkflow",
|
|
},
|
|
],
|
|
}
|