File tree Expand file tree Collapse file tree 5 files changed +18
-3
lines changed Expand file tree Collapse file tree 5 files changed +18
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
1
+ name : Create Oracle container
2
+ runs :
3
+ using : composite
4
+ steps :
5
+ - shell : bash
6
+ run : |
7
+ set -x
8
+ docker run \
9
+ -e "ORACLE_PASSWORD=pass" \
10
+ -p 1521:1521 \
11
+ --name oracle \
12
+ -h oracle \
13
+ -d gvenzl/oracle-xe:18
Original file line number Diff line number Diff line change 16
16
export PDO_MYSQL_TEST_PASS=root
17
17
export PDO_DBLIB_TEST_DSN="dblib:host=127.0.0.1;dbname=master;version=7.0"
18
18
export PDO_DBLIB_TEST_USER="pdo_test"
19
- export PDO_DBLIB_TEST_PASS="password"
19
+ export PHP_OCI8_TEST_USER="system"
20
+ export PHP_OCI8_TEST_PASS="pass"
21
+ export PHP_OCI8_TEST_DB="oracle/XE"
20
22
export SKIP_IO_CAPTURE_TESTS=1
21
23
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
22
24
-j$(/usr/bin/nproc) \
Original file line number Diff line number Diff line change 47
47
with :
48
48
ref : ${{ matrix.branch.ref }}
49
49
- name : Create mssql container
50
- uses : ./.github/actions/mssql
50
+ uses : ./.github/actions/setup- mssql
51
51
- name : apt
52
52
uses : ./.github/actions/apt-x64
53
53
- name : ./configure
Original file line number Diff line number Diff line change 33
33
- name : git checkout
34
34
uses : actions/checkout@v2
35
35
- name : Create mssql container
36
- uses : ./.github/actions/mssql
36
+ uses : ./.github/actions/setup- mssql
37
37
- name : apt
38
38
uses : ./.github/actions/apt-x64
39
39
- name : ./configure
You can’t perform that action at this time.
0 commit comments