You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
python2 run.py --serial-test-device=/dev/ttyUSB0 --serial-dut=/dev/ttyUSB1 -m "not band433 and not band915 and not known_issue" --junitxml report.xml -v
112
-
echo STOPPED > $TESTSUITE_RUNNING_STATUS_LOC
113
109
114
110
- name: Upload test results
115
111
uses: actions/upload-artifact@v2
116
112
with:
117
113
name: test-results
118
114
path: Sub-IoT-testsuite/report.xml
119
115
120
-
- name: Reset lock on failure of previous steps
121
-
if: always()
122
-
run: |
123
-
if [ $TESTSUITE_STATUS_CHANGED_DURING_RUN = true ] ; then echo STOPPED > $TESTSUITE_RUNNING_STATUS_LOC ; fi
0 commit comments