Skip to content

Commit

Permalink
Added test-php target
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Oct 8, 2023
1 parent e1b44ee commit 567e1e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openshift/drupal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 567e1e6

Please sign in to comment.