You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2022/10/13 21:43:53 UTC

[datasketches-java] branch test_windows updated: refactor matrix options in workflow

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

jmalkin pushed a commit to branch test_windows
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/test_windows by this push:
     new 551fb20f refactor matrix options in workflow
551fb20f is described below

commit 551fb20f7de272ba22e062b7e0e52e42686bbc9f
Author: jmalkin <78...@users.noreply.github.com>
AuthorDate: Thu Oct 13 14:43:44 2022 -0700

    refactor matrix options in workflow
---
 .github/workflows/test_os_matrix.yml | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/.github/workflows/test_os_matrix.yml b/.github/workflows/test_os_matrix.yml
index 2dfb1409..a1feaefd 100644
--- a/.github/workflows/test_os_matrix.yml
+++ b/.github/workflows/test_os_matrix.yml
@@ -10,25 +10,19 @@ env:
 jobs:
     build:
         name: Build, Test, Coverage
-        runs-on: ${{matrix.os.os_name}}
+        runs-on: ${{matrix.os}}
         strategy:
           fail-fast: false
           matrix:
               jdk: [ 8,11,12,13 ]
-	      os:
-	      - {
-	          name: "Windows",
-		  os_name: windows-latest
+	      os: [ windows-latest, ubuntu-latest ]
+	      include:
+	        - os: windows-latest
 		  skip_javadoc: `-Dmaven`.javadoc`.skip=true
 		  skip_gpg: `-Dgpg`.skip=true
-		}
-	      - {
-	          name: "Ubuntu",
-		  os_name: ubuntu-latest
+	        - os: ubuntu-latest
 		  skip_javadoc: -Dmaven.javadoc.skip=true
 		  skip_gpg: -Dgpg.skip=true
-		}
-	          
 
         env:
           JDK_VERSION: ${{ matrix.jdk }}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org