diff --git a/.tugboat/config.yml b/.tugboat/config.yml index 617f8e4f..4da7fbe5 100644 --- a/.tugboat/config.yml +++ b/.tugboat/config.yml @@ -39,3 +39,7 @@ services: # Run cron to populate the search index, etc. - php vendor/bin/drush core:cron + + # Smoke tests. + - curl http://localhost/ | grep "" + - curl --location http://localhost/node/1 | grep "<title>"