1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
This commit is contained in:
Aidan Woods 2021-10-11 20:48:31 +01:00
parent de06199f4e
commit 58bb815870
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -19,8 +19,8 @@ jobs:
- uses: actions/checkout@v2
- name: Run Tests
run: |
composer remove infection/infection --no-update
composer remove roave/infection-static-analysis-plugin --no-update
composer remove infection/infection --no-update --dev
composer remove roave/infection-static-analysis-plugin --no-update --dev
composer update --prefer-dist --no-interaction --no-progress
composer test-units