Require tests to pass before deploying

This commit is contained in:
Hector Ramos
2018-09-21 09:57:22 -07:00
parent ab98701de4
commit c90b48b4ad
+4
View File
@@ -675,6 +675,10 @@ workflows:
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*(\-rc(\.[0-9]+)?)?/
requires:
- test_javascript
- test_objc
- test_android
# Run code checks
- analyze_pr: