From 567e1e6b7821c3801e97a3de3f277c886f2dbe48 Mon Sep 17 00:00:00 2001 From: tuutti Date: Sun, 8 Oct 2023 15:07:46 +0300 Subject: [PATCH] Added test-php target --- openshift/drupal/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openshift/drupal/Makefile b/openshift/drupal/Makefile index f58d126..325a2a5 100644 --- a/openshift/drupal/Makefile +++ b/openshift/drupal/Makefile @@ -9,6 +9,9 @@ help: PHONY += push-php-dev push-php-dev: push-php81-dev push-php82-dev +PHONY += test-php +test-php: test-php81-dev test-php82-dev + PHONY += push-php81-dev push-php81-dev: test-php81-dev docker push $(REPOSITORY):8.1-dev