From 251429530d2b43a6c043845957779ccd5a97622c Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 22 May 2018 15:32:44 +0800 Subject: [PATCH] chore(CI): add when in testing --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index e07ff55..f4f3f42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -69,6 +69,8 @@ pipeline: secrets: [ android_test_token, android_api_key ] commands: - make unit-test-coverage + when: + event: [ push, pull_request ] generate-coverage: image: golang:1.10