1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Resolve dependencies when running unit tests

This commit is contained in:
Aidan Woods 2020-05-04 22:41:21 +01:00
parent bc018e1d00
commit 8e8d1dac21
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -32,7 +32,7 @@ jobs:
stage: Units
php: 7.1
install:
- composer install --prefer-dist --no-interaction --no-progress
- composer update --prefer-dist --no-interaction --no-progress
script:
- composer test-units
- vendor/bin/infection --show-mutations --threads=4 --min-msi=90 --min-covered-msi=90