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 6525a18 Update ci.yml
6525a18 is described below
commit 6525a185db17b6638bdb66d14e97bd5bba672728
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Feb 13 08:39:10 2025 +0000
Update ci.yml
Drop Maven cache as SNAPSHOTS have changed.
Hopefully this will fix failing builds.
---
.github/workflows/ci.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index effa95f..364a13c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -40,7 +40,6 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: zulu
- cache: 'maven'
- name: Build
run: mvn verify
- name: Upload logs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]