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-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push: new 9b8c04b Clenaer logs 9b8c04b is described below commit 9b8c04bc32756e85105bd731d3e118545857a8e5 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Sep 2 18:05:41 2022 +0100 Clenaer logs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 119a922..965f1f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: java-version: ${{ matrix.java }} - name: Build run: | - mvn test + mvn test --no-transfer-progress continue-on-error: true - name: Upload logs --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org