You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/02/08 15:00:27 UTC

[maven-build-cache-extension] branch master updated: Disable tests on windows until the maven3 / maven4 contains the needed changes (#5)

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d4be9f  Disable tests on windows until the maven3 / maven4 contains the needed changes (#5)
3d4be9f is described below

commit 3d4be9ff5aed88eed8dfabaa7fa925f0b7e01c66
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Tue Feb 8 16:00:21 2022 +0100

    Disable tests on windows until the maven3 / maven4 contains the needed changes (#5)
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3d2b04d..aa519f5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
   build:
     strategy:
       matrix:
-        os: [ubuntu-latest, windows-latest, macOS-latest]
+        os: [ubuntu-latest, macOS-latest]
         java: [11, 17]
       fail-fast: false