File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ jobs:
320
320
- name : Run "stream mode with TLS auth and cURL and Redis" test
321
321
run : |
322
322
cd ${{ github.workspace }}/${{env.EXTENSION_PATH}}
323
- sed -i 's/\x27cache_system\x27 => \x27Constants ::CACHE_SYSTEM_PHPFS\x27 /\x27cache_system\x27 => \x27Constants ::CACHE_SYSTEM_REDIS\x27 /g' scripts/auto-prepend/settings.php
323
+ sed -i 's/\x27cache_system\x27 => Constants ::CACHE_SYSTEM_PHPFS/\x27cache_system\x27 => Constants ::CACHE_SYSTEM_REDIS/g' scripts/auto-prepend/settings.php
324
324
cat scripts/auto-prepend/settings.php
325
325
cd ${{ github.workspace }}/${{env.EXTENSION_PATH}}/tests/end-to-end/
326
326
./__scripts__/run-tests.sh ci "./__tests__/3-stream-mode.js"
@@ -337,7 +337,7 @@ jobs:
337
337
- name : Run "stream mode with TLS auth and cURL and Memcached" test
338
338
run : |
339
339
cd ${{ github.workspace }}/${{env.EXTENSION_PATH}}
340
- sed -i 's/\x27cache_system\x27 => \x27Constants ::CACHE_SYSTEM_REDIS\x27 /\x27cache_system\x27 => \x27Constants ::CACHE_SYSTEM_MEMCACHED\x27 /g' scripts/auto-prepend/settings.php
340
+ sed -i 's/\x27cache_system\x27 => Constants ::CACHE_SYSTEM_REDIS/\x27cache_system\x27 => Constants ::CACHE_SYSTEM_MEMCACHED/g' scripts/auto-prepend/settings.php
341
341
cat scripts/auto-prepend/settings.php
342
342
cd ${{ github.workspace }}/${{env.EXTENSION_PATH}}/tests/end-to-end/
343
343
./__scripts__/run-tests.sh ci "./__tests__/3-stream-mode.js"
You can’t perform that action at this time.
0 commit comments