Skip to content

Commit e6c6a46

Browse files
committed
chore(ci): stable 'tools utxo-hd' command in client CLI
1 parent 327a023 commit e6c6a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
175175
shell: bash
176176
working-directory: ./bin
177-
run: ./mithril-client ${{ steps.prepare.outputs.debug_level }} --unstable tools utxo-hd snapshot-converter --db-directory v1/db --cardano-node-version latest --utxo-hd-flavor LMDB --commit
177+
run: ./mithril-client ${{ steps.prepare.outputs.debug_level }} tools utxo-hd snapshot-converter --db-directory v1/db --cardano-node-version latest --utxo-hd-flavor LMDB --commit
178178

179179
- name: Remove downloaded artifacts to free up disk space (Linux, Windows)
180180
if: runner.os != 'macOS'
@@ -335,7 +335,7 @@ jobs:
335335
- name: Ledger state snapshot conversion from InMemory to LMDB
336336
if: matrix.extra_args == '--include-ancillary'
337337
shell: bash
338-
run: ${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} --unstable tools utxo-hd snapshot-converter --db-directory /app/data/v1/db --cardano-node-version latest --utxo-hd-flavor LMDB --commit
338+
run: ${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} tools utxo-hd snapshot-converter --db-directory /app/data/v1/db --cardano-node-version latest --utxo-hd-flavor LMDB --commit
339339

340340
- name: Remove downloaded artifacts to free up disk space
341341
shell: bash

0 commit comments

Comments
 (0)