You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2019/11/22 17:38:35 UTC

[groovy] branch master updated: Tweak the step name of testing on github-actions

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

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 018ae88  Tweak the step name of testing on github-actions
018ae88 is described below

commit 018ae887d27bc73e534e10461995a6b0154ac72c
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Nov 23 01:38:24 2019 +0800

    Tweak the step name of testing on github-actions
---
 .github/workflows/gradle.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index f05eeaf..05b89a7 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -45,6 +45,6 @@ jobs:
         uses: actions/setup-java@v1
         with:
           java-version: ${{ matrix.java }}
-      - name: Test Indy with Gradle
+      - name: Test with Gradle
         run: ./gradlew testWithIndy
         timeout-minutes: 60