File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -133,10 +133,10 @@ jobs:
133
133
tools : none
134
134
135
135
- name : Install dependencies with Composer
136
- run : ./tools/composer install --no-ansi --no-interaction --no-progress
136
+ run : php ./tools/composer install --no-ansi --no-interaction --no-progress
137
137
138
138
- name : Run tests with PHPUnit
139
- run : ./phpunit --testsuite unit --order-by depends,random
139
+ run : php ./phpunit --testsuite unit --order-by depends,random
140
140
141
141
end-to-end-tests :
142
142
name : End-to-End Tests
@@ -181,10 +181,10 @@ jobs:
181
181
tools : none
182
182
183
183
- name : Install dependencies with Composer
184
- run : ./tools/composer install --no-ansi --no-interaction --no-progress
184
+ run : php ./tools/composer install --no-ansi --no-interaction --no-progress
185
185
186
186
- name : Run tests with PHPUnit
187
- run : ./phpunit --testsuite end-to-end --order-by depends,random
187
+ run : php ./phpunit --testsuite end-to-end --order-by depends,random
188
188
189
189
code-coverage :
190
190
name : Code Coverage
You can’t perform that action at this time.
0 commit comments