From 9a2d0c0a2323a56d0de00f6c7220a8e3fea2bffe Mon Sep 17 00:00:00 2001 From: "Filies Olaf (IFAG DES TOC PSA)" Date: Wed, 30 Oct 2024 17:20:31 +0100 Subject: [PATCH] test 7, change to device order --- .github/workflows/hil-unity-checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hil-unity-checks.yml b/.github/workflows/hil-unity-checks.yml index c20392e0..869664ec 100644 --- a/.github/workflows/hil-unity-checks.yml +++ b/.github/workflows/hil-unity-checks.yml @@ -122,9 +122,9 @@ jobs: run: | echo ${{ env.library }} echo ${{ env.library }} | jq ".|keys[]" -r --compact-output - - readarray -t EXAMPLES < <(echo ${{ env.library }} | jq ".|keys[]" -r --compact-output) - echo "Examples: ${EXAMPLES[@]}" + + # readarray -t EXAMPLES < <(echo ${{ env.library }} | jq ".|keys[]" -r --compact-output) + # echo "Examples: ${EXAMPLES[@]}" # for EXAMPLE in "${EXAMPLES[@]}"; do # echo "Example: ${EXAMPLE}"