Skip to content

Commit

Permalink
tmp debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dlachaume committed Feb 22, 2024
1 parent 1620c99 commit 23e439b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ jobs:
shell: bash
working-directory: ./bin
run: ./mithril-client ${{ steps.prepare.outputs.debug_level }} mithril-stake-distribution download $MITHRIL_STAKE_DISTRIBUTION_HASH

- name: Debug - echo ctx_enabled
run: |
echo "'ctx_enabled_unix:' ${{ steps.aggregator_capability_unix.outputs.ctx_enabled }}"
echo "'ctx_enabled_windows:' ${{ steps.aggregator_capability_windows.outputs.ctx_enabled }}"
- name: Cardano transaction certify
if: ${{ steps.aggregator_capability_unix.outputs.ctx_enabled }} == 'true' || ${{ steps.aggregator_capability_windows.outputs.ctx_enabled }} == 'true'
Expand Down Expand Up @@ -196,6 +201,9 @@ jobs:
shell: bash
run: ${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} mithril-stake-distribution download $MITHRIL_STAKE_DISTRIBUTION_HASH --download-dir /app

- name: Debug - echo ctx_enabled
run: echo "'ctx_enabled:' ${{ steps.aggregator_capability.outputs.ctx_enabled }}"

- name: Cardano transaction certify
if: ${{ steps.aggregator_capability.outputs.ctx_enabled }} == 'true'
shell: bash
Expand Down

0 comments on commit 23e439b

Please sign in to comment.