Skip to content

Commit a70a9f5

Browse files
committed
Test 3, more simple solution via existing yaml
1 parent 342f015 commit a70a9f5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

+5-3
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,11 @@ jobs:
124124
cd /opt/runner_support/)
125125
126126
echo ${{ env.serials }}
127-
for serial in "${{ fromJson(env.serials) }}"; do
128-
echo "Serial: $serial"
129-
done
127+
echo ${{ fromJson(env.serials) }}
128+
129+
# for serial in "${{ fromJson(env.serials) }}"; do
130+
# echo "Serial: $serial"
131+
# done
130132
131133
echo "BUILD"
132134

0 commit comments

Comments
 (0)