Skip to content

Commit 4f81d10

Browse files
committed
Reorder installation in CI
1 parent 8712d66 commit 4f81d10

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
- name: Setup
6363
run: composer config extra.symfony.require ^${{ matrix.symfony-version }}
6464

65+
- name: Install
66+
run: make install
67+
6568
- name: Test
6669
run: |
6770
make test

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ help: ## Show this help.
1616
install: vendor imagemagick-docker ## Install composer dependencies and Docker image for testing
1717
.PHONY: install
1818

19-
start: imagemagick-docker ## Start Docker image for testing
19+
start: ## Start Docker image for testing
2020
@docker start $(IMAGEMAGICK_DOCKER_IMAGE)
2121
.PHONY: start
2222

0 commit comments

Comments
 (0)