Skip to content

Commit

Permalink
fix: run node
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed Feb 7, 2025
1 parent bc3fcb7 commit bff59f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bff59f2

Please sign in to comment.