Skip to content

Commit ec18bd0

Browse files
committed
TMP: list in / dir in test-docker job after snapshot download
1 parent 202e14c commit ec18bd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-client.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,9 @@ jobs:
344344
345345
- name: Remove downloaded artifacts to free up disk space
346346
shell: bash
347-
run: rm --force /app/db/immutable/*.{chunk,primary,secondary}
347+
run: |
348+
ls /
349+
rm --force /app/db/immutable/*.{chunk,primary,secondary}
348350
349351
- name: Mithril Stake Distribution / list and get last hash
350352
shell: bash

0 commit comments

Comments
 (0)