Skip to content

Commit

Permalink
[TASK] Remove rst tests from composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf committed Feb 29, 2024
1 parent 8fdf46b commit c27ba67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,14 @@
},
"scripts": {
"check": [
"@check:php",
"@check:rst"
"@check:php"
],
"check:php": [
"@check:php:lint",
"@check:php:cs"
],
"check:php:cs": "Build/Scripts/runTests.sh -n -s cgl",
"check:php:lint": "Build/Scripts/runTests.sh -s lint",
"check:rst": "Build/Scripts/runTests.sh -s checkRst",
"fix": [
"@fix:php"
],
Expand Down

0 comments on commit c27ba67

Please sign in to comment.