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

Remove infection for unit tests

This commit is contained in:
Aidan Woods 2021-10-11 20:33:25 +01:00
parent 3472b9bd3f
commit 7f11869f65
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -19,6 +19,7 @@ jobs:
- uses: actions/checkout@v2
- name: Run Tests
run: |
composer remove infection/infection
composer update --prefer-dist --no-interaction --no-progress
composer test-units