Explorar o código

less logs when doing runtime upgrade for github action not to stall

Mokhtar Naamani %!s(int64=3) %!d(string=hai) anos
pai
achega
a4cc0cef96
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/network-tests/run-tests.sh

+ 1 - 1
tests/network-tests/run-tests.sh

@@ -86,7 +86,7 @@ else
   yarn workspace api-scripts tsnode-strict src/status.ts | grep Runtime
 
   echo "Performing runtime upgrade."
-  DEBUG=* yarn workspace api-scripts tsnode-strict \
+  yarn workspace api-scripts tsnode-strict \
     src/dev-set-runtime-code.ts -- ${DATA_PATH}/runtime.compact.wasm
 
   echo "Runtime upgraded."