github: run check task for unit tests

This commit is contained in:
Harsh Shandilya 2022-02-22 17:53:30 +05:30
parent f32e425e4e
commit 81134dbfc1
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -30,7 +30,7 @@ jobs:
- name: Run unit tests
uses: gradle/gradle-build-action@v2.1.3
with:
arguments: test --stacktrace
arguments: check --stacktrace
- name: (Fail-only) Upload test report
if: failure()