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

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

commit efc499b5130bb1d78455e1d0cb44aeb582ecc26a
Author: Jason Schindler <[email protected]>
AuthorDate: Thu Nov 19 12:06:05 2020 -0600

    Expands Micronaut joint validation to include all test tasks in Micronaut 
Core (closes #1424)
---
 .github/workflows/micronaut-joint-validation.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/micronaut-joint-validation.yml 
b/.github/workflows/micronaut-joint-validation.yml
index 4c136e3..0f5e89c 100644
--- a/.github/workflows/micronaut-joint-validation.yml
+++ b/.github/workflows/micronaut-joint-validation.yml
@@ -59,7 +59,7 @@ jobs:
         run: echo $CI_GROOVY_VERSION
 
       - name: Check Micronaut Core
-        run: cd ../micronaut-core && ./gradlew clean inject-groovy:check 
test-suite-groovy:check --no-build-cache --no-scan --no-daemon 
-PgroovyVersion=$CI_GROOVY_VERSION --init-script ../maven-local-init.gradle
+        run: cd ../micronaut-core && ./gradlew clean check --no-build-cache 
--no-scan --no-daemon -PgroovyVersion=$CI_GROOVY_VERSION --init-script 
../maven-local-init.gradle
         timeout-minutes: 60
 
       - name: Check Micronaut Groovy

Reply via email to