github: run apiCheck task in pull requests

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-10-01 14:15:20 +05:30
parent 28bdbbbcce
commit cf0d20299d
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -37,7 +37,7 @@ jobs:
if: ${{ steps.service-changed.outputs.result == 'true' }} if: ${{ steps.service-changed.outputs.result == 'true' }}
uses: burrunan/gradle-cache-action@v1 uses: burrunan/gradle-cache-action@v1
with: with:
arguments: testFreeDebug lintFreeDebug arguments: apiCheck testFreeDebug lintFreeDebug
- name: Run instrumentation tests - name: Run instrumentation tests
if: ${{ steps.service-changed.outputs.result == 'true' }} if: ${{ steps.service-changed.outputs.result == 'true' }}