mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Run both commonmark tests
This commit is contained in:
parent
58bb815870
commit
9d5af12971
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -89,8 +89,10 @@ jobs:
|
|||||||
run: composer install --prefer-dist --no-interaction --no-progress
|
run: composer install --prefer-dist --no-interaction --no-progress
|
||||||
|
|
||||||
- name: CommonMark Strict
|
- name: CommonMark Strict
|
||||||
|
continue-on-error: true
|
||||||
run: composer test-commonmark
|
run: composer test-commonmark
|
||||||
|
|
||||||
- name: CommonMark Weak
|
- name: CommonMark Weak
|
||||||
|
continue-on-error: true
|
||||||
run: composer test-commonmark-weak
|
run: composer test-commonmark-weak
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user