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:17 UTC

[groovy] 01/06: Enable 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 3850e5b1ef94c7f71d3433ed87d0c8673792858c
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Nov 23 00:25:13 2019 +0800

    Enable github-actions
    
    As travis CI always shows "Received" and does not run tests immediately, enable github actions on ubuntu for fast feedback
    
    (cherry picked from commit 8b65ad7589e13f23394fcdee9d31a3c2ebd984a5)
---
 .github/workflows/{gradle.yml.disabled => gradle.yml} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/gradle.yml.disabled b/.github/workflows/gradle.yml
similarity index 96%
rename from .github/workflows/gradle.yml.disabled
rename to .github/workflows/gradle.yml
index 7e88a6c..d60927c 100644
--- a/.github/workflows/gradle.yml.disabled
+++ b/.github/workflows/gradle.yml
@@ -21,7 +21,7 @@ jobs:
   test:
     strategy:
       matrix:
-        os: [windows-2019]
+        os: [ubuntu-18.04]
         java: ['12.0.2']
     runs-on: ${{ matrix.os }}
     steps:
@@ -36,7 +36,7 @@ jobs:
   testWithIndy:
     strategy:
       matrix:
-        os: [windows-2019]
+        os: [ubuntu-18.04]
         java: ['12.0.2']
     runs-on: ${{ matrix.os }}
     steps: