Fix gradle usage for running checks on pull requests
This commit is contained in:
parent
2649e1e6d2
commit
a912cd6cd3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Setup Gradle
|
||||
uses: https://git.wbrawner.com/gradle/actions/setup-gradle@v4
|
||||
- name: Run checks
|
||||
run: ./gradlew check
|
||||
run: ./gradlew --no-daemon --console=plain check
|
||||
# TODO: Uncomment the following once I get unit tests written
|
||||
# - name: Publish JUnit Results
|
||||
# uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue