Skip to content

Commit 229ae22

Browse files
committed
Trying to setup Oracle
1 parent bdd3112 commit 229ae22

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,6 @@ jobs:
255255
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
256256
restore-keys: "php-${{ matrix.php-version }}-composer-locked-"
257257

258-
- name: "Install dependencies with composer"
259-
run: "composer install --no-interaction --no-progress --no-suggest"
260-
261258
- name: "Setup Oracle user"
262259
run: |
263260
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:
269266
exit \
270267
SQL"
271268
269+
- name: "Install dependencies with composer"
270+
run: "composer install --no-interaction --no-progress --no-suggest"
272271

273272
- name: "Run PHPUnit"
274273
run: "vendor/bin/phpunit -c phpunit.oracle.xml --coverage-clover=coverage.xml"

0 commit comments

Comments
 (0)