Skip to content

Commit ed00473

Browse files
ci(end-to-end): fix redis and memcached tests [skip ci]
1 parent cc6a8ee commit ed00473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
- name: Run "stream mode with TLS auth and cURL and Redis" test
321321
run: |
322322
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
324324
cat scripts/auto-prepend/settings.php
325325
cd ${{ github.workspace }}/${{env.EXTENSION_PATH}}/tests/end-to-end/
326326
./__scripts__/run-tests.sh ci "./__tests__/3-stream-mode.js"
@@ -337,7 +337,7 @@ jobs:
337337
- name: Run "stream mode with TLS auth and cURL and Memcached" test
338338
run: |
339339
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
341341
cat scripts/auto-prepend/settings.php
342342
cd ${{ github.workspace }}/${{env.EXTENSION_PATH}}/tests/end-to-end/
343343
./__scripts__/run-tests.sh ci "./__tests__/3-stream-mode.js"

0 commit comments

Comments
 (0)