Skip to content

Commit e7c1655

Browse files
committed
test: removal of the step that deletes the directory, as it's unnecessary since the Docker command removes the container after execution
1 parent 9863d79 commit e7c1655

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test-client.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,6 @@ jobs:
342342
/app/bin/mithril-client --unstable tools utxo-hd snapshot-converter --db-directory /app/db --cardano-node-version latest --utxo-hd-flavor LMDB --cardano-network \$NETWORK --commit
343343
"
344344
345-
- name: Remove downloaded artifacts to free up disk space
346-
shell: bash
347-
run: rm --force /app/db/immutable/*.{chunk,primary,secondary}
348-
349345
- name: Mithril Stake Distribution / list and get last hash
350346
shell: bash
351347
run: |

0 commit comments

Comments
 (0)