Skip to content

Commit 3fa0381

Browse files
committed
Work on build
1 parent f22a440 commit 3fa0381

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@ jobs:
2626
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
2727
sudo make install
2828
sudo bash -c "echo 'extension=pdo_oci.so' > /etc/php/${{matrix.version}}/cli/conf.d/40-pdo_oci.ini"
29-
- name: Show directory structure
30-
run: |
31-
php --ini
32-
cat /etc/php/${{matrix.version}}/cli/conf.d/40-pdo_oci.ini
33-
# - name: Test PDO_OCI
34-
# run: make test TESTS=tests
29+
- name: Test PDO_OCI
30+
run: make test TESTS=tests
3531
windows:
3632
defaults:
3733
run:

0 commit comments

Comments
 (0)