Skip to content

Commit e9635de

Browse files
Revert "Remove superfluous "php ""
This reverts commit ba946ca.
1 parent 72ab867 commit e9635de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ jobs:
138138
tools: none
139139

140140
- name: Install dependencies with Composer
141-
run: ./tools/composer install --no-ansi --no-interaction --no-progress
141+
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
142142

143143
- name: Run tests with PHPUnit
144-
run: ./phpunit --testsuite unit
144+
run: php ./phpunit --testsuite unit
145145

146146
end-to-end-tests:
147147
name: End-to-End Tests
@@ -190,10 +190,10 @@ jobs:
190190
tools: none
191191

192192
- name: Install dependencies with Composer
193-
run: ./tools/composer install --no-ansi --no-interaction --no-progress
193+
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
194194

195195
- name: Run tests with PHPUnit
196-
run: ./phpunit --testsuite end-to-end
196+
run: php ./phpunit --testsuite end-to-end
197197

198198
code-coverage:
199199
name: Code Coverage

0 commit comments

Comments
 (0)