From bff59f20db6e40de73318f1090fe6fcbe79ece3d Mon Sep 17 00:00:00 2001 From: Dmitry Osipov Date: Fri, 7 Feb 2025 17:47:47 +0100 Subject: [PATCH] fix: run node --- .github/workflows/CI.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 6d136cb..a711d42 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -50,7 +50,11 @@ jobs: run: node ./test/set-prefunded-acc.js dev.json test/development/config.json - name: Run Gear node - run: nohup ./gear --chain dev.json --execution wasm --unsafe-rpc-external --rpc-methods Unsafe --rpc-cors all --force-authoring --alice --no-mdns --discover-local & + run: | + nohup ./gear --chain dev.json \ + --execution wasm --pruning archive --unsafe-rpc-external --rpc-methods Unsafe \ + --rpc-cors all --force-authoring --alice --no-mdns --discover-local \ + --node-key "345ec9a5f329ccb38fe0004fd14496f9a2c983caf146a8ba2b082535f4a4cf7c" & - name: "Prepare: sleep" run: sleep 180