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 ec6e3e8 commit a75b221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Start the restart node again
run: |
./target/release/antnode \
--root-dir-type PARESTART_TEST_NODE_DATA_PATH \
--root-dir $RESTART_TEST_NODE_DATA_PATH \
--log-output-dest $RESTART_TEST_NODE_DATA_PATH \
--local \
--rewards-address "0x03B770D9cD32077cC0bF330c13C114a87643B124" &
Expand Down

0 comments on commit a75b221

Please sign in to comment.