Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef authored and RolandSherwin committed May 21, 2024
1 parent c0cc429 commit 75f0066
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,18 @@ jobs:
run: |
git log -1 --oneline
ls -la $RESTART_TEST_NODE_DATA_PATH
rg "USING DEFAULT" "$RESTART_TEST_NODE_DATA_PATH" -u
cat $RESTART_TEST_NODE_DATA_PATH/safenode.log
- name: Check we're warned about using default genesis
run: |
git log -1 --oneline
ls -la $BOOTSTRAP_NODE_DATA_PATH
cat $BOOTSTRAP_NODE_DATA_PATH/safenode.log
- name: Check we're warned about using default genesis
run: |
git log -1 --oneline
ls -la $NODE_DATA_PATH
cat $NODE_DATA_PATH/safenode.log
shell: bash
# In this case we did *not* want SAFE_PEERS to be set to another value by starting the testnet
- name: Check SAFE_PEERS was not changed
Expand Down

0 comments on commit 75f0066

Please sign in to comment.