Skip to content

Commit f78217b

Browse files
committed
Some more output debugging
1 parent 50aa904 commit f78217b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
cat ./tests/IVIMmodels/unit_tests/algorithms.json >> $GITHUB_OUTPUT
2121
echo "EOF" >> $GITHUB_OUTPUT
2222
- name: Log algorithms
23-
run: echo "${{fromJson(steps.algorithms.outputs.algorithms)}}"
23+
run: echo "${{fromJson(steps.algorithms.outputs.algorithms).algorithms}}"
24+
- name: Log algorithms file
25+
run: cat ./tests/IVIMmodels/unit_tests/algorithms.json
2426

2527
build:
2628
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)