Skip to content

Commit fc0926c

Browse files
committed
non debug pass
1 parent d616839 commit fc0926c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/test-linux/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ runs:
1818
export PDO_DBLIB_TEST_USER="pdo_test"
1919
export PDO_DBLIB_TEST_PASS="password"
2020
export PHP_OCI8_TEST_USER="system"
21-
export PHP_OCI8_TEST_PASS="passXX"
21+
export PHP_OCI8_TEST_PASS="pass"
2222
export PHP_OCI8_TEST_DB="localhost/XEPDB1"
2323
export PDO_OCI_TEST_USER="system"
24-
export PDO_OCI_TEST_PASS="passXX"
24+
export PDO_OCI_TEST_PASS="pass"
2525
export PDO_OCI_TEST_DSN="oci:dbname=localhost/XEPDB1;charset=AL32UTF8"
2626
export SKIP_IO_CAPTURE_TESTS=1
2727
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \

0 commit comments

Comments
 (0)