This repository was archived by the owner on Jan 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 9191 if [ $(cat $TESTSUITE_RUNNING_STATUS_LOC) = RUNNING ] ; then exit 1; fi
9292 echo RUNNING > $TESTSUITE_RUNNING_STATUS_LOC
9393 echo "TESTSUITE_STATUS_CHANGED_DURING_RUN=true" >> $GITHUB_ENV
94- echo "set status is $TESTSUITE_STATUS_CHANGED_DURING_RUN"
9594 cd build/apps/modem
9695 JLinkExe -SelectEmuBySN 770821797 -CommandFile jlink-flash-full.script > flashOutput1.txt
9796 JLinkExe -SelectEmuBySN 772958091 -CommandFile jlink-flash-full.script > flashOutput2.txt
@@ -102,7 +101,6 @@ jobs:
102101
103102 - name : Run testsuite
104103 run : |
105- echo "set status is $TESTSUITE_STATUS_CHANGED_DURING_RUN"
106104 rm -rf Sub-IoT-testsuite
107105 git clone --recurse-submodules https://github.com/Sub-IoT/Sub-IoT-testsuite.git
108106 cd Sub-IoT-testsuite
@@ -119,10 +117,9 @@ jobs:
119117 name : test-results
120118 path : Sub-IoT-testsuite/report.xml
121119
122- - name : Reset var on failure of previous steps
120+ - name : Reset lock on failure of previous steps
123121 if : always()
124122 run : |
125- echo "set status is $TESTSUITE_STATUS_CHANGED_DURING_RUN"
126123 if [ $TESTSUITE_STATUS_CHANGED_DURING_RUN = true ] ; then echo STOPPED > $TESTSUITE_RUNNING_STATUS_LOC ; fi
127124
128125
You can’t perform that action at this time.
0 commit comments