chore(CI): add when in testing
This commit is contained in:
parent
a8994a5110
commit
251429530d
|
@ -69,6 +69,8 @@ pipeline:
|
||||||
secrets: [ android_test_token, android_api_key ]
|
secrets: [ android_test_token, android_api_key ]
|
||||||
commands:
|
commands:
|
||||||
- make unit-test-coverage
|
- make unit-test-coverage
|
||||||
|
when:
|
||||||
|
event: [ push, pull_request ]
|
||||||
|
|
||||||
generate-coverage:
|
generate-coverage:
|
||||||
image: golang:1.10
|
image: golang:1.10
|
||||||
|
|
Loading…
Reference in New Issue