Fix gradle build CI task
This commit is contained in:
parent
f9dfbe719d
commit
2ae81f7f82
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
|
@ -16,6 +16,8 @@ jobs:
|
|||
uses: gradle/wrapper-validation-action@v1
|
||||
- name: Build with Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
arguments: build
|
||||
- name: Publish JUnit Results
|
||||
uses: dorny/test-reporter@v1
|
||||
if: always()
|
||||
|
|
Loading…
Reference in a new issue