Skip to content

Commit

Permalink
ci(github): add debugging to broken conditionals asset-exchange-besu-…
Browse files Browse the repository at this point in the history
…local

I thought I fixed this with
https://github.com/hyperledger/cacti/commit/11cbcb698274ac0f95cd096f5a9165acc500a3c6
but it turns out it just made it less broke. Now it is always running
all the matrix steps regardless of the code changes detected or not.

To help with debugging this further I've added some logging to the job
and planning on figuring out some fix based on that in future PRs.

Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Jan 17, 2024
1 parent 3c68ba2 commit 0f2ba19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_weaver-asset-exchange-besu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,12 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Print needs.check_code_changed.outputs.status
run: echo needs.check_code_changed.outputs.status => ${{ needs.check_code_changed.outputs.status }}

- name: Print needs.check_code_changed.outputs.status != true
run: echo needs.check_code_changed.outputs.status != true => ${{ needs.check_code_changed.outputs.status != 'true' }}

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/[email protected]

Expand Down

0 comments on commit 0f2ba19

Please sign in to comment.