Skip to content

Commit

Permalink
Reorder installation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Dec 19, 2023
1 parent 8712d66 commit 4f81d10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
- name: Setup
run: composer config extra.symfony.require ^${{ matrix.symfony-version }}

- name: Install
run: make install

- name: Test
run: |
make test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ help: ## Show this help.
install: vendor imagemagick-docker ## Install composer dependencies and Docker image for testing
.PHONY: install

start: imagemagick-docker ## Start Docker image for testing
start: ## Start Docker image for testing
@docker start $(IMAGEMAGICK_DOCKER_IMAGE)
.PHONY: start

Expand Down

0 comments on commit 4f81d10

Please sign in to comment.