Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit c6373da

Browse files
author
Joseph Finnegan
committed
add extra output
1 parent 03e2058 commit c6373da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
if [ $(cat $TESTSUITE_RUNNING_STATUS_LOC) = RUNNING ] ; then exit 1; fi
9292
echo RUNNING > $TESTSUITE_RUNNING_STATUS_LOC
9393
echo "true" >> $TESTSUITE_STATUS_CHANGED_DURING_RUN
94-
echo $TESTSUITE_STATUS_CHANGED_DURING_RUN
94+
echo "set status is $TESTSUITE_STATUS_CHANGED_DURING_RUN"
9595
cd build/apps/modem
9696
JLinkExe -SelectEmuBySN 770821797 -CommandFile jlink-flash-full.script > flashOutput1.txt
9797
JLinkExe -SelectEmuBySN 772958091 -CommandFile jlink-flash-full.script > flashOutput2.txt
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Run testsuite
104104
run: |
105-
echo $TESTSUITE_STATUS_CHANGED_DURING_RUN
105+
echo "set status is $TESTSUITE_STATUS_CHANGED_DURING_RUN"
106106
rm -rf Sub-IoT-testsuite
107107
git clone --recurse-submodules https://github.com/Sub-IoT/Sub-IoT-testsuite.git
108108
cd Sub-IoT-testsuite
@@ -122,7 +122,7 @@ jobs:
122122
- name: Reset atomic on failure of previous steps
123123
if: always()
124124
run: |
125-
echo $TESTSUITE_STATUS_CHANGED_DURING_RUN
125+
echo "set status is $TESTSUITE_STATUS_CHANGED_DURING_RUN"
126126
if [ $TESTSUITE_STATUS_CHANGED_DURING_RUN = true ] ; then echo STOPPED > $TESTSUITE_RUNNING_STATUS_LOC ; fi
127127
128128

0 commit comments

Comments
 (0)