From 7d3f154ce671b5c03879caad7a98d38a510149dd Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:47:50 +0800 Subject: [PATCH] remove Codeship reference in a comment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bdc3638..e111010 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ psr2: docker compose run --rm cli bash -c "vendor/bin/php-cs-fixer fix ." # NOTE: When running tests locally, make sure you don't exclude the integration -# tests (which we do when testing on Codeship). +# tests (which we do when testing on CI). test: deps unittest broker behat testci: deps broker