Skip to content

Commit 6d2f2a2

Browse files
committed
Add missing Redis service to CI workflow.
1 parent 158b107 commit 6d2f2a2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
env:
1212
POSTGRES_USER: zammad
1313
POSTGRES_PASSWORD: zammad
14+
redis:
15+
# Use Redis 5 which is shipped in Debian 10.
16+
image: redis:5
1417
env:
1518
ZAMMAD_PHP_API_CLIENT_UNIT_TESTS_URL: "http://localhost:3000"
1619
ZAMMAD_PHP_API_CLIENT_UNIT_TESTS_USERNAME: "admin@example.com"

0 commit comments

Comments
 (0)