Skip to content

Commit

Permalink
Try other debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
etpeterson committed Dec 12, 2023
1 parent 12de982 commit 5957165
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: |
echo "${{fromJson(steps.algorithms.outputs.algorithms)}}"
echo "${{fromJson(steps.algorithms.outputs.algorithms).algorithms}}"
echo "${{fromJson(steps.algorithms.outputs.algorithms.algorithms)}}"
echo "${{fromJson(steps.algorithms.outputs.algorithms.algorithms).algorithms}}"
- name: Log algorithms file
run: cat ./tests/IVIMmodels/unit_tests/algorithms.json

Expand Down

0 comments on commit 5957165

Please sign in to comment.