Skip to content

Commit d0876fb

Browse files
committed
Remove step with verification for old 'snapshot' commands availability
1 parent 665621d commit d0876fb

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/test-client.yml

-15
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,6 @@ jobs:
120120
working-directory: ./bin
121121
run: ./mithril-client ${{ steps.prepare.outputs.debug_level }} cardano-db download $CDB_SNAPSHOT_DIGEST
122122

123-
- name: Cardano-db / check old 'snapshot' commands availability
124-
shell: bash
125-
working-directory: ./bin
126-
run: |
127-
./mithril-client ${{ steps.prepare.outputs.debug_level }} snapshot list --help
128-
./mithril-client ${{ steps.prepare.outputs.debug_level }} snapshot show --help
129-
./mithril-client ${{ steps.prepare.outputs.debug_level }} snapshot download --help
130-
131123
- name: Mithril Stake Distribution / list and get last hash
132124
shell: bash
133125
working-directory: ./bin
@@ -208,13 +200,6 @@ jobs:
208200
shell: bash
209201
run: ${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} cardano-db download $CDB_SNAPSHOT_DIGEST --download-dir /app
210202

211-
- name: Cardano-db / check old 'snapshot' commands availability
212-
shell: bash
213-
run: |
214-
${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} snapshot list --help
215-
${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} snapshot show --help
216-
${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} snapshot download --help
217-
218203
- name: Mithril Stake Distribution / list and get last hash
219204
shell: bash
220205
run: |

0 commit comments

Comments
 (0)