Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ teardown() {
}

health_checks() {
# Make sure cron process is running
# Make sure cron process is running.
# We use `time_cron_checks` to check the example cron job is actually correctly implemented.
# This is due to the need to test the health-check when there are no jobs added.
ddev exec 'sudo killall -0 cron'
}

Expand Down