Skip to content

Commit a93cfd6

Browse files
committed
More debugging
1 parent f78217b commit a93cfd6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/analysis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ jobs:
1616
- name: Read algorithms
1717
id: algorithms
1818
run: |
19-
echo "algorithms<<EOF" >> $GITHUB_OUTPUT
19+
echo 'algorithms<<EOF' >> $GITHUB_OUTPUT
2020
cat ./tests/IVIMmodels/unit_tests/algorithms.json >> $GITHUB_OUTPUT
21-
echo "EOF" >> $GITHUB_OUTPUT
21+
echo 'EOF' >> $GITHUB_OUTPUT
2222
- name: Log algorithms
23-
run: echo "${{fromJson(steps.algorithms.outputs.algorithms).algorithms}}"
23+
run: |
24+
echo "${{fromJson(steps.algorithms.outputs.algorithms)}}"
25+
echo "${{fromJson(steps.algorithms.outputs.algorithms).algorithms}}"
2426
- name: Log algorithms file
2527
run: cat ./tests/IVIMmodels/unit_tests/algorithms.json
2628

0 commit comments

Comments
 (0)