File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ jobs:
221
221
DB_PASSWORD : atk4_pass
222
222
NLS_LANG : AMERICAN_AMERICA.AL32UTF8
223
223
run : |
224
+ /usr/lib/oracle/setup.sh
224
225
php -d opcache.enable_cli=1 vendor/bin/phpunit --exclude-group none $(if [ -n "$LOG_COVERAGE" ]; then echo --coverage-text; else echo --no-coverage; fi) -v
225
226
if [ -n "$LOG_COVERAGE" ]; then mv coverage/phpunit.cov coverage/phpunit-oracle-pdo.cov; fi
226
227
@@ -232,6 +233,7 @@ jobs:
232
233
DB_PASSWORD : atk4_pass
233
234
NLS_LANG : AMERICAN_AMERICA.AL32UTF8
234
235
run : |
236
+ /usr/lib/oracle/setup.sh
235
237
php -d opcache.enable_cli=1 vendor/bin/phpunit --exclude-group none $(if [ -n "$LOG_COVERAGE" ]; then echo --coverage-text; else echo --no-coverage; fi) -v
236
238
if [ -n "$LOG_COVERAGE" ]; then mv coverage/phpunit.cov coverage/phpunit-oracle-oci8.cov; fi
237
239
You can’t perform that action at this time.
0 commit comments