You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/06/15 17:02:56 UTC

[tomcat] branch main updated: Continue if the build/test step fails so the logs are uploaded

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 2f8d63d  Continue if the build/test step fails so the logs are uploaded
2f8d63d is described below

commit 2f8d63df95b03233f3e2f22ab5a908713ac239cb
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jun 15 18:02:41 2021 +0100

    Continue if the build/test step fails so the logs are uploaded
---
 .github/workflows/ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8ae5eb4..e2b5177 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -47,6 +47,8 @@ jobs:
         ant -noinput echoproperties deploy embed test-nio test-status
       env:
         ANT_OPTS: -Dtest.openssl.exists=false -Dtest.excludePerformance=true -Dtest.exclude=**/TestHttp2Limits.java,org/apache/catalina/connector/TestRequest.java,org/apache/coyote/http11/filters/TestChunkedInputFilter.java,org/apache/catalina/startup/TestTomcat.java,org/apache/coyote/http2/TestHttp2Timeouts.java,org/apache/catalina/core/TestAsyncContextStateChanges.java,org/apache/catalina/valves/TestStuckThreadDetectionValve.java,org/apache/coyote/http11/TestHttp11Processor.java,org/ap [...]
+      continue-on-error:
+        true
     - name: Upload logs
       uses: actions/upload-artifact@v2
       with:

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org