Skip to content

Commit

Permalink
test 7, change to device order
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 30, 2024
1 parent 2636de5 commit 195becb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/hil-unity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ jobs:
# fetch unity libraries
readarray -t data < <(echo $hil | jq -r '.|keys[]')
export dev=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${data[@]}")
echo devices="$dev" >> $GITHUB_OUTPUT
echo "hil=${hil}"
echo "devices=${dev}" >> $GITHUB_OUTPUT
echo "devices=${dev}"
Expand Down

0 comments on commit 195becb

Please sign in to comment.