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-tck.git

commit d1cf5ba7f99952a01d22d5f567056606bb1d807f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jul 22 15:17:18 2024 +0100

    Alternative approach so workflow is marked as failed if any jobs fail
---
 .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 f2fdcbd..8bc23b8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,7 +29,6 @@ jobs:
         os: [ ubuntu-latest, windows-latest, macos-latest ]
     name: JDK${{ matrix.java }} ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
-    continue-on-error: true
     steps:
     - name: Git Checkout
       uses: actions/checkout@v4
@@ -41,6 +40,7 @@ jobs:
     - name: Build
       run: mvn verify
     - name: Upload logs
+      if: always()
       uses: actions/upload-artifact@v4
       with:
         name: JDK${{ matrix.java }}-${{ matrix.os }}-logs


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

Reply via email to