File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ post:
482
482
# Removed, causing timeouts
483
483
# - func: "upload working dir"
484
484
- func : " upload mo artifacts"
485
- # - func: "upload test results"
485
+ - func : " upload test results"
486
486
- func : " upload test results to s3"
487
487
488
488
task_groups :
Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ post:
479
479
# Removed, causing timeouts
480
480
# - func: "upload working dir"
481
481
- func: "upload mo artifacts"
482
- # - func: "upload test results"
482
+ - func: "upload test results"
483
483
- func: "upload test results to s3"
484
484
485
485
task_groups:
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ elif test "$SOLO" = 1; then
354
354
done
355
355
else
356
356
export JRUBY_OPTS=-J-Xmx2g
357
- bundle exec rake spec:ci
357
+ bundle exec rake spec
358
358
fi
359
359
360
360
test_status=$?
You can’t perform that action at this time.
0 commit comments