File tree 1 file changed +2
-0
lines changed
Filter options
1 file changed +2
-0
lines changed
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ jobs:
110
110
Remove-Item -Path src\Symfony\Bridge\PhpUnit -Recurse
111
111
mv src\Symfony\Component\HttpClient\phpunit.xml.dist src\Symfony\Component\HttpClient\phpunit.xml
112
112
php phpunit src\Symfony --exclude-group tty,benchmark,intl-data,network,transient-on-windows || ($x = 1)
113
+ # HttpClient tests need to run separately, they block when run with other components' tests concurrently
113
114
php phpunit src\Symfony\Component\HttpClient || ($x = 1)
114
115
115
116
exit $x
@@ -123,6 +124,7 @@ jobs:
123
124
124
125
Copy c:\php\php.ini-max c:\php\php.ini
125
126
php phpunit src\Symfony --exclude-group tty,benchmark,intl-data,network,transient-on-windows || ($x = 1)
127
+ # HttpClient tests need to run separately, they block when run with other components' tests concurrently
126
128
php phpunit src\Symfony\Component\HttpClient || ($x = 1)
127
129
128
130
exit $x
You can’t perform that action at this time.
0 commit comments