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 ed98234  Cache the Maven dependencies to reduce repeated downloads
ed98234 is described below

commit ed982341819c35c8abef14a633288655d2ba8685
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jul 23 08:09:01 2024 +0100

    Cache the Maven dependencies to reduce repeated downloads
---
 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 64ada7c..57b0a7a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,6 +39,7 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
         distribution: zulu
+        cache: 'maven'
     - name: Build
       run: mvn verify
     - name: Upload logs


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

Reply via email to