stevedlawrence opened a new pull request #277: Remove continue-on-error from 
github actions
URL: https://github.com/apache/incubator-daffodil/pull/277
 
 
   The intention of this option was that as long as compilation succeeded
   we would run all test steps, even if some one of the test steps failed.
   This would allows us to potentially find multiple failures in a single
   build instead of just the first failure.
   
   Unfortunately, this option just makes it so the step is considered a
   success regardless of pass/fail, so this actually hid errors. We
   definitely don't want that, so remove the option where it is used.
   
   DAFFODIL-2215

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to