File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,16 +94,16 @@ jobs:
9494 ./scripts/ci/get_twister_opt.py --commits ${COMMIT_RANGE}
9595 if [ "$SC" = "full" ]; then
9696 # Full twister
97- ./scripts/twister --inline-logs -M -N -v -p ${{ matrix.platform }} --retry-failed 2
9897 echo "::set-output name=report_needed::1";
98+ ./scripts/twister --inline-logs -M -N -v -p ${{ matrix.platform }} --retry-failed 2
9999 else
100100 # We can limit scope to just what has changed
101101 if [ -s modified_tests.args ]; then
102102 # we are working with one platform at a time
103103 sed -i '/--all/d' modified_tests.args
104+ echo "::set-output name=report_needed::1";
104105 # Full twister but with options based on changes
105106 ./scripts/twister --inline-logs -M -N -v -p ${{ matrix.platform }} +modified_tests.args --retry-failed 2
106- echo "::set-output name=report_needed::1";
107107 else
108108 # if nothing is run, skip reporting step
109109 echo "::set-output name=report_needed::0";
You can’t perform that action at this time.
0 commit comments