Skip to content

Commit

Permalink
Fix PHPUnit command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Dec 5, 2023
1 parent 3a97e88 commit 4cbf3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: composer clearcache && composer install --prefer-dist

- name: Run tests
run: ./vendor/bin/phpunit tests --verbose --coverage-clover=clover.xml
run: ./vendor/bin/phpunit tests --coverage-clover=clover.xml

- name: Code coverage
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Prosemirror JSON Parser
# ProseMirror JSON Parser

The **prosemirror-json-parser** is a versatile library designed to parse ProseMirror/TipTap JSON content into HTML, featuring custom elements and high extendibility.

Expand Down

0 comments on commit 4cbf3dc

Please sign in to comment.