Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Add smoke tests to Tugboat config.
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed May 2, 2024
1 parent 457a947 commit 508c63c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<title>"
- curl --location http://localhost/node/1 | grep "<title>"

0 comments on commit 508c63c

Please sign in to comment.