Skip to content

Commit c074689

Browse files
committed
ci: install redis in isolated kv-store tests
1 parent bf78da9 commit c074689

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/isolated-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
extensions: dom, curl, libxml, mbstring, pcntl, fileinfo, intl
6262
coverage: pcov
6363

64+
- name: Setup Redis
65+
if: ${{ matrix.os != 'windows-latest' && matrix.package.name == 'kv-store' }}
66+
uses: supercharge/[email protected]
67+
6468
- name: Install PHPUnit
6569
run: composer global require phpunit/phpunit:^12.2.3
6670

0 commit comments

Comments
 (0)