Skip to content

Commit a88e407

Browse files
committed
Disable skip cache, since skip check uses name
1 parent ecabf2a commit a88e407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
# Note that connection.inc defaults should be mostly sufficient.
8484
run: |
8585
export TEST_PHP_ARGS="-n -d extension=modules/ibm_db2.so"
86+
export DISABLE_SKIP_CACHE=1
8687
export IBM_DB2_TEST_SKIP_CONNECT_FAILURE=0
8788
export DB2CLIINIPATH=$PWD
8889
export REPORT_EXIT_STATUS=1

0 commit comments

Comments
 (0)