always run smoke tests (#772)

This commit is contained in:
Charlotte Weaver
2019-05-18 10:50:17 -07:00
committed by Bruce Martin
parent e2ad28a510
commit 82d65addec

View File

@@ -27,6 +27,5 @@ jobs:
script: docker build .
- name: "Smoke Tests"
python: "3.6"
if: branch = master AND type = cron
script:
- npm run --prefix client/ smoke-test