We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ae9cd commit 289eb12Copy full SHA for 289eb12
.github/workflows/doc-commands.yml
@@ -71,7 +71,7 @@ jobs:
71
echo "Testing that generated key can be used by run-block-producer target..."
72
# Run with --help to avoid actually starting the producer but verify
73
# key validation passes
74
- timeout 30s make run-block-producer-devnet COINBASE_RECEIVER="test" || {
+ timeout 30s make run-block-producer NETWORK=devnet COINBASE_RECEIVER=$(cat ./openmina-workdir/producer-key.pub) || {
75
EXIT_CODE=$?
76
if [ $EXIT_CODE -eq 124 ]; then
77
echo "✅ Command started successfully (timed out as expected)"
0 commit comments