You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/10 20:25:38 UTC

[commons-fileupload] branch master updated: Try to torn off caching to get GHA build to pass

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new fab4051  Try to torn off caching to get GHA build to pass
fab4051 is described below

commit fab4051e2405f201205bbd867a5665d0c32a902d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 10 16:25:34 2023 -0400

    Try to torn off caching to get GHA build to pass
    
    Mine passes locally
---
 .github/workflows/coverage.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index a50a455..636558e 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -32,12 +32,12 @@ jobs:
     - uses: actions/checkout@v3.5.3
       with:
         persist-credentials: false
-    - uses: actions/cache@v3.3.1
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
+#    - uses: actions/cache@v3.3.1
+#      with:
+#        path: ~/.m2/repository
+#        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+#        restore-keys: |
+#          ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v3.11.0
       with: