You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2021/10/15 01:43:00 UTC

[maven-gh-actions-shared] branch main updated: display jdk distribution name

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

olamy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/main by this push:
     new 77e1966  display jdk distribution name
77e1966 is described below

commit 77e1966d18ad84c20830404b0e9ed69dad049f53
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Oct 15 11:42:45 2021 +1000

    display jdk distribution name
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .github/workflows/maven-verify-with-its.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven-verify-with-its.yml b/.github/workflows/maven-verify-with-its.yml
index 761a92d..4424a40 100644
--- a/.github/workflows/maven-verify-with-its.yml
+++ b/.github/workflows/maven-verify-with-its.yml
@@ -62,7 +62,7 @@ jobs:
 
   verify:
     needs: build
-    name: ${{ matrix.os }} jdk-${{ matrix.jdk }}
+    name: ${{ matrix.os }} jdk-${{ matrix.jdk }}-${{ matrix.distribution }}
 
     runs-on: ${{ matrix.os }}