diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ed84051b1138067f788c77ad1bfc582a29925c00..74a651511921993e7b5132a3775169256b7ae552 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -1531,7 +1531,6 @@ jobs: if [ "$numFail" -gt 0 ];then echo "*** $numFail Failed ***";exit 2;fi if [ "$numPass" -eq 0 ];then echo "*** 0 Passed! ***";exit 2;fi if [ "$numPass" -lt 9 ];then echo "*** Failed to pass at least 9 ! ***";exit 2;fi - # After all integration tests finished # collect all the reports and upload them upload_all_reports: