Ver código fonte

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

Mokhtar Naamani 3 anos atrás
pai
commit
a4cc0cef96
1 arquivos alterados com 1 adições e 1 exclusões
  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."