Skip to content

Commit

Permalink
fix: restart node with correct args
Browse files Browse the repository at this point in the history
It looked like some kind of mass search and replace has malformed the part of this workflow where a
node gets restarted.
  • Loading branch information
jacderida committed Jan 14, 2025
1 parent d32958e commit 9ae0dc3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,11 @@ jobs:

- name: Start the restart node again
run: |
./target/release/antnode --root-dir $RESTART_TEST_NODE_DATA_PATH --log-output-dest $RESTART_TEST_NODE_DATA_PATH --local --rewards-address "0x03B770D9cD32077cC0bF330c13C114a87643B124" &
./target/release/antnode \
--root-dir $RESTART_TEST_NODE_DATA_PATH \
--log-output-dest $RESTART_TEST_NODE_DATA_PATH \
--local \
--rewards-address "0x03B770D9cD32077cC0bF330c13C114a87643B124" &
sleep 10
env:
ANT_LOG: "all"
Expand Down

0 comments on commit 9ae0dc3

Please sign in to comment.