Jelajahi Sumber

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

Mokhtar Naamani 3 tahun lalu
induk
melakukan
a4cc0cef96
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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."