We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8712d66 commit 4f81d10Copy full SHA for 4f81d10
.github/workflows/php.yml
@@ -62,6 +62,9 @@ jobs:
62
- name: Setup
63
run: composer config extra.symfony.require ^${{ matrix.symfony-version }}
64
65
+ - name: Install
66
+ run: make install
67
+
68
- name: Test
69
run: |
70
make test
Makefile
@@ -16,7 +16,7 @@ help: ## Show this help.
16
install: vendor imagemagick-docker ## Install composer dependencies and Docker image for testing
17
.PHONY: install
18
19
-start: imagemagick-docker ## Start Docker image for testing
+start: ## Start Docker image for testing
20
@docker start $(IMAGEMAGICK_DOCKER_IMAGE)
21
.PHONY: start
22
0 commit comments