Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 51d672e

Browse files
committed
ci: use redis action
1 parent 0732e5f commit 51d672e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,14 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9-
services:
10-
redis:
11-
image: redis
12-
options: >-
13-
--health-cmd "redis-cli ping"
14-
--health-interval 10s
15-
--health-timeout 5s
16-
--health-retries 5
179
env:
1810
SENTRY_ENVIRONMENT: CI
1911
steps:
2012
- uses: actions/checkout@v4
2113
- uses: actions/setup-node@v4
2214
with:
2315
node-version: 20
16+
- uses: supercharge/redis-github-action@1.7.0
2417
- run: npm ci
2518
- run: npm test
2619

0 commit comments

Comments
 (0)