add gradle test command
Some checks failed
Java Google Checkstyle / Checkstyle Linter (pull_request) Failing after 20s
Build with gradle / Build-with-gradle (pull_request) Failing after 54s

This commit is contained in:
2026-01-24 00:53:41 -06:00
parent 07b6322d14
commit 7e5e942bfa

View File

@@ -1,4 +1,4 @@
name: Build with cached gradle name: Build with gradle
run-name: Building for ${{ gitea.actor }} run-name: Building for ${{ gitea.actor }}
on: [pull_request] on: [pull_request]
@@ -15,5 +15,5 @@ jobs:
# cache-dependency-path: | # optional # cache-dependency-path: | # optional
# sub-project/*.gradle* # sub-project/*.gradle*
# sub-project/**/gradle-wrapper.properties # sub-project/**/gradle-wrapper.properties
# - run: ./gradlew build --no-daemon - run: ./gradlew test --no-daemon
- run: ./gradlew publishAllPublicationsToGiteaRepository -PgradleKey="${{ secrets.GRADLE_KEY }}" --no-daemon - run: ./gradlew publishAllPublicationsToGiteaRepository -PgradleKey="${{ secrets.GRADLE_KEY }}" --no-daemon