We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f67d9b commit 20303fdCopy full SHA for 20303fd
1 file changed
.github/workflows/gradle-publish.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Setup Gradle
33
uses: gradle/actions/setup-gradle@v6
34
35
+ - name: Check
36
+ run: ./gradlew check --no-configuration-cache
37
+
38
- name: Publish to Maven Central Portal
39
id: publish
40
run: ./gradlew publishToMavenCentral --no-configuration-cache
0 commit comments