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 @@ -137,10 +137,10 @@ jobs:
137
137
tools : none
138
138
139
139
- name : Install dependencies with Composer
140
- run : ./tools/composer install --no-ansi --no-interaction --no-progress
140
+ run : php ./tools/composer install --no-ansi --no-interaction --no-progress
141
141
142
142
- name : Run tests with PHPUnit
143
- run : ./phpunit --testsuite unit
143
+ run : php ./phpunit --testsuite unit
144
144
145
145
end-to-end-tests :
146
146
name : End-to-End Tests
@@ -188,10 +188,10 @@ jobs:
188
188
tools : none
189
189
190
190
- name : Install dependencies with Composer
191
- run : ./tools/composer install --no-ansi --no-interaction --no-progress
191
+ run : php ./tools/composer install --no-ansi --no-interaction --no-progress
192
192
193
193
- name : Run tests with PHPUnit
194
- run : ./phpunit --testsuite end-to-end
194
+ run : php ./phpunit --testsuite end-to-end
195
195
196
196
code-coverage :
197
197
name : Code Coverage
You can’t perform that action at this time.
0 commit comments