Skip to content

Commit cac073e

Browse files
committed
Test 3, more simple solution via existing yaml
1 parent 14aaa2f commit cac073e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/hil-library-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ jobs:
124124
cd /opt/runner_support/
125125
126126
echo ${{ env.serials }}
127-
# for serial in "${env.serials[@]}"; do
128-
# echo "Serial: $serial"
129-
# done
127+
for serial in "${{env.serials}}[@]"; do
128+
echo "Serial: $serial"
129+
done
130130
131131
echo "BUILD"
132132

0 commit comments

Comments
 (0)