Skip to content

Commit 20303fd

Browse files
committed
Add Gradle check step to publish workflow
1 parent 0f67d9b commit 20303fd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/gradle-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Setup Gradle
3333
uses: gradle/actions/setup-gradle@v6
3434

35+
- name: Check
36+
run: ./gradlew check --no-configuration-cache
37+
3538
- name: Publish to Maven Central Portal
3639
id: publish
3740
run: ./gradlew publishToMavenCentral --no-configuration-cache

0 commit comments

Comments
 (0)