We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6923ca0 commit 43182deCopy full SHA for 43182de
.github/workflows/gradle.yml
.github/workflows/test.yml
@@ -1,7 +1,7 @@
1
# This workflow will test a Java project with Gradle
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
3
4
-name: Publish to Maven Central
+name: Java Tests
5
on: push
6
7
jobs:
@@ -15,5 +15,7 @@ jobs:
15
java-version: 1.11
16
- name: Grant execute permission for gradlew
17
run: chmod +x gradlew
18
+ - name: Build with Gradle
19
+ run: ./gradlew build
20
- name: Build with Gradle
21
run: ./gradlew test
0 commit comments