summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-10-01 14:15:20 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-10-01 19:11:21 +0530
commitcf0d20299d0926acdc72bb827987bc76d550fa0e (patch)
tree40f02765f15952cdb3d7e4cb09aa5f96c03e8a1f
parent28bdbbbcce86a346c5dca4b7e212312862165753 (diff)
github: run apiCheck task in pull requests
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r--.github/workflows/pull_request.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 2774a381..1ef3b013 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -37,7 +37,7 @@ jobs:
if: ${{ steps.service-changed.outputs.result == 'true' }}
uses: burrunan/gradle-cache-action@v1
with:
- arguments: testFreeDebug lintFreeDebug
+ arguments: apiCheck testFreeDebug lintFreeDebug
- name: Run instrumentation tests
if: ${{ steps.service-changed.outputs.result == 'true' }}