Skip to content

Commit 8fd4471

Browse files
committed
chore(ci): add redis service to test-sqlite job
1 parent a4a13f3 commit 8fd4471

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/checks.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@ jobs:
9191
strategy:
9292
matrix:
9393
node-version: [20, 22]
94+
services:
95+
redis:
96+
image: redis
97+
options: >-
98+
--health-cmd "redis-cli ping"
99+
--health-interval 10s
100+
--health-timeout 5s
101+
--health-retries 5
102+
ports:
103+
- 6379:6379
94104
steps:
95105
- uses: actions/checkout@v3
96106
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)