Skip to content

Commit

Permalink
- added build target
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Nov 22, 2023
1 parent 7eeae42 commit eec50f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b

- name: Build project
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: build

# - name: Run tests and jacoco coverage report with Gradle
# uses: gradle/gradle-build-action@v2.4.2
# with:
Expand Down

0 comments on commit eec50f9

Please sign in to comment.