Skip to content

Commit

Permalink
ci: try RESTART_TEST_NODE_DATA_PATH for genesis pk check
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed May 21, 2024
1 parent 1460c8c commit 5550cf5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ jobs:
set-safe-peers: false

- name: Check we're warned about using default genesis
run: rg "USING DEFAULT" "$NODE_DATA_PATH" -u
run: |
git log -1 --oneline
ls -la $RESTART_TEST_NODE_DATA_PATH
rg "USING DEFAULT" "$RESTART_TEST_NODE_DATA_PATH" -u
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 5550cf5

Please sign in to comment.