Skip to content

Commit

Permalink
[Test] Re-try paratest (#3753)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed May 7, 2023
1 parent e97b7f5 commit 6c1045f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:

- uses: "ramsey/composer-install@v2"

- run: vendor/bin/phpunit ${{ matrix.path }} --colors
- run: vendor/bin/paratest ${{ matrix.path }} --colors
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"webmozart/assert": "^1.11"
},
"require-dev": {
"brianium/paratest": "^7.1",
"cweagans/composer-patches": "^1.7.2",
"icanhazstring/composer-unused": "^0.8.5",
"myclabs/php-enum": "^1.8.4",
Expand Down Expand Up @@ -118,7 +119,7 @@
"@check-cs",
"@phpstan",
"@docs",
"phpunit"
"paratest"
],
"check-cs": "vendor/bin/ecs check --ansi",
"fix-cs": "vendor/bin/ecs check --fix --ansi",
Expand Down

0 comments on commit 6c1045f

Please sign in to comment.