Skip to content

Commit 1c72b68

Browse files
committed
Updated GitHub Actions to add Gradle build step.
1 parent b6fc9d4 commit 1c72b68

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@ jobs:
3636
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
3737
build-scan-terms-of-use-agree: "yes"
3838

39-
- name: Build with Gradle Wrapper
39+
- name: Run Gradle Help
4040
run: ./gradlew help
41+
42+
- name: Run Gradle Build
43+
run: ./gradlew build

0 commit comments

Comments
 (0)