Skip to content

Commit a591ac8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ jobs:
123123
run: |
124124
cd /opt/runner_support/
125125
126-
echo ${{ env.serials }}
127-
echo ${{ fromJson(env.serials) }}
126+
test=echo ${{ fromJson(env.serials) }}
127+
echo ${test}
128128
for serial in "${{ fromJson(env.serials) }}"; do
129129
echo "Serial: $serial"
130130
done

0 commit comments

Comments
 (0)