Skip to content

Commit 6df1f20

Browse files
committed
Test 4, funnel array through env vars
1 parent 01fce2b commit 6df1f20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
echo "repo=$REPO" >> $GITHUB_ENV
111111
echo "library=$LIBRARy" >> $GITHUB_ENV
112112
echo "version=$TEST_VERSION" >> $GITHUB_ENV
113-
#echo "serials=$SERIALS" >> $GITHUB_ENV
113+
echo "serials=$SERIALS" >> $GITHUB_ENV
114114
115115
echo "Repo " $REPO
116116
echo "Libraries " $LIBRARY
@@ -122,6 +122,7 @@ jobs:
122122
- name: Build
123123
run: |
124124
cd /opt/runner_support/
125+
echo ${ env.serials }
125126
126127
# test=echo ${{ fromJson(env.serials) }}
127128
# echo ${test}

0 commit comments

Comments
 (0)