From 5e967ae38bb9f08e07561622fdb78381a7332340 Mon Sep 17 00:00:00 2001 From: Bryan Finster Date: Fri, 8 Oct 2021 09:21:50 -0500 Subject: [PATCH] Modify CI wording The CI wording was not explict that "testing" is automated. MV-CI is running tests on merge to trunk, not on commit. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aaaa6dc..ac5b80c 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ The minimum activities required for CI are: - [Trunk-based development](#trunk-based-development) - Work integrates to the trunk at a minimum daily -- Work is tested before merge to trunk -- All feature work stops when the build is red +- Work has automated testing before merge to trunk +- Work is tested with other work automatically on merge +- All feature work stops when the build is red - New work does not break delivered work -- Work is tested with other work automatically on commit ## Trunk-based Development