Skip to content

Commit

Permalink
test 6,Find new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 29, 2024
1 parent 97ee172 commit 44133bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hil-unity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
# loop over all fqbn in the library
cd $GITHUB_WORKSPACE/tests/Unity/
for DEVICE in "${DEVICES[@]}"; do
FQBN==`tr '.' ':' < <"${DEVICE}"`
FQBN==`tr '.' ':' <<<"${DEVICE}"`
# loop over all serials and fetch the ports
readarray -t SERIALS < <(echo $lib | jq ".\"${{ env.library }}\".\"${DEVICE}\" | keys[]" -r --compact-output)
Expand Down

0 comments on commit 44133bb

Please sign in to comment.