Skip to content

Commit

Permalink
Remove unknown option
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Mar 28, 2023
1 parent fc39eda commit 25576e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: composer install

- name: Run unit tests
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit

- name: Run static code analysis
run: vendor/bin/psalm
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"scripts": {
"docs": "cd docs; make html",
"test": "vendor/bin/phpunit --verbose",
"test:coverage": "vendor/bin/phpunit --verbose --coverage-html build/coverage --coverage-text",
"test": "vendor/bin/phpunit",
"test:coverage": "vendor/bin/phpunit --coverage-html build/coverage --coverage-text",
"sa": "vendor/bin/psalm",
"cs": "php-cs-fixer fix --dry-run --diff",
"ci": [
Expand Down

0 comments on commit 25576e1

Please sign in to comment.