mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Dev flag
This commit is contained in:
parent
de06199f4e
commit
58bb815870
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -19,8 +19,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
composer remove infection/infection --no-update
|
composer remove infection/infection --no-update --dev
|
||||||
composer remove roave/infection-static-analysis-plugin --no-update
|
composer remove roave/infection-static-analysis-plugin --no-update --dev
|
||||||
composer update --prefer-dist --no-interaction --no-progress
|
composer update --prefer-dist --no-interaction --no-progress
|
||||||
composer test-units
|
composer test-units
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user