Skip to content

Commit 5dd5486

Browse files
committed
Rename openmina to mina
1 parent 3b94cd8 commit 5dd5486

File tree

326 files changed

+1262
-1265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

326 files changed

+1262
-1265
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,13 +488,13 @@ jobs:
488488
489489
- name: Bootstrap node
490490
env:
491-
OPENMINA_COMMAND: openmina
491+
OPENMINA_COMMAND: mina
492492
NO_PEER_DISCOVERY: "true"
493493
OUT_PATH: ${{ env.OPENMINA_HOME }}/logs/bootstrap_output
494494
RECORD: state-with-input-actions
495495
run: |
496496
mkdir -p $OUT_PATH
497-
PATH=$PATH:$(pwd) OPENMINA_COMMAND=openmina NO_PEER_DISCOVERY=true ./bootstrap --nocapture || {
497+
PATH=$PATH:$(pwd) OPENMINA_COMMAND=mina NO_PEER_DISCOVERY=true ./bootstrap --nocapture || {
498498
echo "::group::Stderr"
499499
cat $OUT_PATH.stderr
500500
echo "::endgroup::"

0 commit comments

Comments
 (0)