Skip to content

Commit 539b6ce

Browse files
committed
Try other debugging
1 parent a93cfd6 commit 539b6ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
run: |
2424
echo "${{fromJson(steps.algorithms.outputs.algorithms)}}"
2525
echo "${{fromJson(steps.algorithms.outputs.algorithms).algorithms}}"
26+
echo "${{fromJson(steps.algorithms.outputs.algorithms.algorithms)}}"
27+
echo "${{fromJson(steps.algorithms.outputs.algorithms.algorithms).algorithms}}"
2628
- name: Log algorithms file
2729
run: cat ./tests/IVIMmodels/unit_tests/algorithms.json
2830

0 commit comments

Comments
 (0)