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

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit c3f2f8a105c28a720943ebc4c036dd8aed901a8a
Author: James Daugherty <[email protected]>
AuthorDate: Tue Jul 8 16:57:32 2025 -0400

    [skip ci] run build without tests to build forge
---
 .github/workflows/release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9e7d6c128d..fbd68f1ba1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -107,7 +107,7 @@ jobs:
           GRAILS_PUBLISH_RELEASE: "true"
       - name: "🧩 Run grails-forge Assemble"
         working-directory: grails-forge
-        run: ./gradlew assemble
+        run: ./gradlew assemble build -PskipTests --info
         env:
           GRAILS_PUBLISH_RELEASE: "true"
       - name: "📦 Generate grails-core docs"

Reply via email to