Skip to content

Commit

Permalink
Make test-client ci workflow check old snapshot cli commands avai…
Browse files Browse the repository at this point in the history
…lability
  • Loading branch information
Alenar committed Feb 29, 2024
1 parent 23af568 commit e407b85
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ jobs:
working-directory: ./bin
run: ./mithril-client ${{ steps.prepare.outputs.debug_level }} cardano-db download $CDB_SNAPSHOT_DIGEST

- name: Cardano-db / check old 'snapshot' commands availability
shell: bash
run: |
./mithril-client ${{ steps.prepare.outputs.debug_level }} snapshot list --help
./mithril-client ${{ steps.prepare.outputs.debug_level }} snapshot show --help
./mithril-client ${{ steps.prepare.outputs.debug_level }} snapshot download --help
- name: Mithril Stake Distribution / list and get last hash
shell: bash
working-directory: ./bin
Expand Down Expand Up @@ -200,6 +207,13 @@ jobs:
shell: bash
run: ${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} cardano-db download $CDB_SNAPSHOT_DIGEST --download-dir /app

- name: Cardano-db / check old 'snapshot' commands availability
shell: bash
run: |
${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} snapshot list --help
${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} snapshot show --help
${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} snapshot download --help
- name: Mithril Stake Distribution / list and get last hash
shell: bash
run: |
Expand Down

0 comments on commit e407b85

Please sign in to comment.