Skip to content

Commit eec50f9

Browse files
committed
- added build target
1 parent 7eeae42 commit eec50f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
- name: Validate Gradle wrapper
3535
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
3636

37+
- name: Build project
38+
uses: gradle/gradle-build-action@v2.4.2
39+
with:
40+
arguments: build
41+
3742
# - name: Run tests and jacoco coverage report with Gradle
3843
# uses: gradle/gradle-build-action@v2.4.2
3944
# with:

0 commit comments

Comments
 (0)