Procházet zdrojové kódy

ci: skip beta smoke fixes for now

Dax Raad před 22 hodinami
rodič
revize
e4be557928
1 změnil soubory, kde provedl 1 přidání a 4 odebrání
  1. 1 4
      script/beta.ts

+ 1 - 4
script/beta.ts

@@ -295,10 +295,7 @@ async function main() {
   }
 
   if (applied.length > 0) {
-    const ok = await smoke(prs, applied)
-    if (!ok) {
-      throw new Error("Final smoke check failed")
-    }
+    console.log("\nSkipping final smoke check")
   }
 
   console.log("\nChecking if beta branch has changes...")