Browse Source

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

Mokhtar Naamani 3 năm trước cách đây
mục cha
commit
a4cc0cef96
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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."