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
The following commit(s) were added to refs/heads/main by this push:
new e7c4c16 Ensure TCK failures fail the job
e7c4c16 is described below
commit e7c4c16bc53b52aa35c0b712fbe1390094e1a728
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jul 22 12:03:24 2024 +0100
Ensure TCK failures fail the job
---
.github/workflows/ci.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dc33b98..f2fdcbd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,6 +29,7 @@ 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
@@ -39,8 +40,6 @@ jobs:
distribution: zulu
- name: Build
run: mvn verify
- continue-on-error:
- true
- name: Upload logs
uses: actions/upload-artifact@v4
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]