We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7049bc0 commit a3cf5b6Copy full SHA for a3cf5b6
packages/wrangler/e2e/containers.dev.test.ts
@@ -19,7 +19,7 @@ const imageSource = ["pull", "build"];
19
// We can only really run these tests on Linux, because we build our images for linux/amd64,
20
// and github runners don't really support container virtualization in any sane way
21
describe
22
- .skipIf(process.platform !== "linux" && process.env.CI === "true")
+ .skipIf(!CLOUDFLARE_ACCOUNT_ID || (process.platform !== "linux" && process.env.CI === "true"))
23
.each(imageSource)(
24
"containers local dev tests: %s",
25
{ timeout: 90_000 },
0 commit comments