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:43:22 UTC

[groovy] 06/06: 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 GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

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

    Tweak the step name of testing on github-actions
    
    (cherry picked from commit 018ae887d27bc73e534e10461995a6b0154ac72c)
---
 .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