mirror of
https://github.com/Intervention/image.git
synced 2025-08-29 08:40:33 +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
|
||||
coverage: none
|
||||
|
||||
- name: 'Install Dependencies'
|
||||
run: composer install -o -q
|
||||
- name: Install dependencies
|
||||
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
|
||||
|
||||
- name: 'Run PHPUnit'
|
||||
run: vendor/bin/phpunit
|
||||
run: vendor/bin/phpunit
|
||||
|
Reference in New Issue
Block a user