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 22:26:18 UTC

[datasketches-java] branch test_windows updated: another workflow guess

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 71e8c7ca another workflow guess
71e8c7ca is described below

commit 71e8c7ca3ea21f675925b8071b410fc43f704b41
Author: Jon Malkin <78...@users.noreply.github.com>
AuthorDate: Thu Oct 13 15:26:13 2022 -0700

    another workflow guess
    
    double braces around repo_token, temporarily remove all but jdk 8
---
 .github/workflows/test_os_matrix.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test_os_matrix.yml b/.github/workflows/test_os_matrix.yml
index cf15dfbd..1847d7cb 100644
--- a/.github/workflows/test_os_matrix.yml
+++ b/.github/workflows/test_os_matrix.yml
@@ -14,7 +14,8 @@ jobs:
         strategy:
           fail-fast: false
           matrix:
-            jdk: [ 8,11,12,13 ]
+            #jdk: [ 8,11,12,13 ]
+            jdk: [ 8 ]
             os: [ windows-latest, ubuntu-latest ]
             include:
               - os: windows-latest
@@ -68,6 +69,6 @@ jobs:
           if: ${{ matrix.jdk == 8 && success() }}
           run: >
               mvn verify coveralls:report -B -V -q
-              -D coveralls-repo-token=${repo_token}
+              -D coveralls-repo-token=${{repo_token}}
               ${{matrix.os.skip_javadoc}}
               ${{matrix.os.skip_gpg}}


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