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

olamy pushed a commit to branch archiva-2.x-gh-actions
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/archiva-2.x-gh-actions by this 
push:
     new 8a4e4188a just forget test on windows
8a4e4188a is described below

commit 8a4e4188a3cd13975a4d89eab2001b67f72c07ac
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Apr 10 14:40:39 2022 +1000

    just forget test on windows
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 .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 5b6b60aed..741c01472 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
 
     strategy:
       matrix:
-        os: [ubuntu-latest, windows-latest]
+        os: [ubuntu-latest]
         java: [8]
       fail-fast: true
 

Reply via email to