Skip to content

Commit eaf6710

Browse files
committed
Test 3, more simple solution via existing yaml
1 parent 53d1c21 commit eaf6710

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
@@ -125,9 +125,9 @@ jobs:
125125
126126
echo ${{ env.serials }}
127127
echo ${{ fromJson(env.serials) }}
128-
# for serial in "${{ fromJson(env.serials) }}"; do
129-
# echo "Serial: $serial"
130-
# done
128+
for serial in "${{ fromJson(env.serials) }}"; do
129+
echo "Serial: $serial"
130+
done
131131
132132
echo "BUILD"
133133

0 commit comments

Comments
 (0)