소스 검색

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

Mokhtar Naamani 3 년 전
부모
커밋
a4cc0cef96
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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."