We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50aa904 commit f78217bCopy full SHA for f78217b
.github/workflows/analysis.yml
@@ -20,7 +20,9 @@ jobs:
20
cat ./tests/IVIMmodels/unit_tests/algorithms.json >> $GITHUB_OUTPUT
21
echo "EOF" >> $GITHUB_OUTPUT
22
- name: Log algorithms
23
- run: echo "${{fromJson(steps.algorithms.outputs.algorithms)}}"
+ run: echo "${{fromJson(steps.algorithms.outputs.algorithms).algorithms}}"
24
+ - name: Log algorithms file
25
+ run: cat ./tests/IVIMmodels/unit_tests/algorithms.json
26
27
build:
28
runs-on: ubuntu-latest
0 commit comments