mirror of
https://github.com/Intervention/image.git
synced 2025-09-02 02:12:37 +02:00
Update run-tests.yml update the install dependencies block.
This commit is contained in:
7
.github/workflows/run-tests.yml
vendored
7
.github/workflows/run-tests.yml
vendored
@@ -24,7 +24,8 @@ jobs:
|
|||||||
extensions: mbstring, gd, imagick
|
extensions: mbstring, gd, imagick
|
||||||
coverage: none
|
coverage: none
|
||||||
|
|
||||||
- name: 'Install Dependencies'
|
- name: Install dependencies
|
||||||
run: composer install -o -q
|
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
|
||||||
|
|
||||||
- name: 'Run PHPUnit'
|
- name: 'Run PHPUnit'
|
||||||
run: vendor/bin/phpunit
|
run: vendor/bin/phpunit
|
||||||
|
Reference in New Issue
Block a user