Skip to content

Commit 782e575

Browse files
authored
start redis for tests
1 parent 870f9f3 commit 782e575

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/phpunit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
uses: shivammathur/setup-php@v2
2121
with:
2222
php-version: ${{ matrix.php-version }}
23+
- name: start redis serivces
24+
shell: bash
25+
run: |
26+
docker run -d --name redis -e ALLOW_EMPTY_PASSWORD=yes -p 6379:6379 bitnami/redis:latest
2327
- name: Composer install
2428
run: composer install
2529
- name: PHPUnit / PHP ${{ matrix.php-version }}

0 commit comments

Comments
 (0)