File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -255,9 +255,6 @@ jobs:
255
255
key : " php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
256
256
restore-keys : " php-${{ matrix.php-version }}-composer-locked-"
257
257
258
- - name : " Install dependencies with composer"
259
- run : " composer install --no-interaction --no-progress --no-suggest"
260
-
261
258
- name : " Setup Oracle user"
262
259
run : |
263
260
docker exec $(docker ps -aqf "ancestor=wnameless/oracle-xe-11g-r2") bash -c "export PS1=1 && source /etc/bash.bashrc && source /root/.bashrc && sqlplus -L -S sys/oracle AS SYSDBA <<<SQL \
@@ -269,6 +266,8 @@ jobs:
269
266
exit \
270
267
SQL"
271
268
269
+ - name : " Install dependencies with composer"
270
+ run : " composer install --no-interaction --no-progress --no-suggest"
272
271
273
272
- name : " Run PHPUnit"
274
273
run : " vendor/bin/phpunit -c phpunit.oracle.xml --coverage-clover=coverage.xml"
You can’t perform that action at this time.
0 commit comments