From 59571653d6fccb6f78e207b1c5bdeb6cd759f897 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Mon, 11 Dec 2023 22:53:20 -0800 Subject: [PATCH] Try other debugging --- .github/workflows/analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 3a52c38..94b87d1 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -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