Skip to content

Commit c3f2f8a

Browse files
committed
[skip ci] run build without tests to build forge
1 parent b48c75b commit c3f2f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
GRAILS_PUBLISH_RELEASE: "true"
108108
- name: "🧩 Run grails-forge Assemble"
109109
working-directory: grails-forge
110-
run: ./gradlew assemble
110+
run: ./gradlew assemble build -PskipTests --info
111111
env:
112112
GRAILS_PUBLISH_RELEASE: "true"
113113
- name: "📦 Generate grails-core docs"

0 commit comments

Comments
 (0)