From 0b425daa03d0e9664f3761630d12cf03157ca88f Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 27 Apr 2022 01:04:19 +0530 Subject: [PATCH] github: replace check task with testDebug --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38777d12..693449bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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()