From 392ad847bf522e2d3246e4fb62d4015b8c4b1d92 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 19 Jul 2021 16:31:37 +0530 Subject: Cleanup and fix CI tests (#1464) --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b94c34f3..994a5ca0 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -54,7 +54,7 @@ jobs: if: ${{ steps.service-changed.outputs.result == 'true' }} uses: burrunan/gradle-cache-action@03c71a8ba93d670980695505f48f49daf43704a6 with: - arguments: apiCheck testFreeDebug lintFreeDebug spotlessCheck + arguments: apiCheck test lintFreeDebug spotlessCheck -PslimTests - name: (Fail-only) upload test report if: failure() -- cgit v1.2.3