create-svc 0.1.56 → 0.1.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/scaffold.test.ts
CHANGED
|
@@ -152,6 +152,7 @@ test("scaffolds all runtime/framework variants with shared cloudrun config", asy
|
|
|
152
152
|
expect(deployWorkflow).toContain("gcloud components install beta --quiet");
|
|
153
153
|
expect(deployWorkflow).toContain("bun install -g create-svc@latest");
|
|
154
154
|
expect(deployWorkflow).toContain("service deploy --ci");
|
|
155
|
+
expect(deployWorkflow).toContain("CLOUDFLARE_API_TOKEN");
|
|
155
156
|
expect(deployWorkflow).toContain("bun run dashboards");
|
|
156
157
|
expect(deployWorkflow).toContain("GCX_ENABLED");
|
|
157
158
|
|