github: replace check task with testDebug

This commit is contained in:
Harsh Shandilya 2022-04-27 01:04:19 +05:30
parent f74d3ce1b4
commit 0b425daa03
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.5
with:
arguments: check --stacktrace --no-configuration-cache
arguments: testDebug --stacktrace --no-configuration-cache
- name: (Fail-only) Upload test report
if: failure()