From 81134dbfc1a2e6156548f515d094c3ba94acc35b Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 22 Feb 2022 17:53:30 +0530 Subject: [PATCH] github: run `check` task for unit tests --- .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 9160f42b..1ea01611 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.3 with: - arguments: test --stacktrace + arguments: check --stacktrace - name: (Fail-only) Upload test report if: failure()