Skip to content

Commit

Permalink
Add redis to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timursevimli committed Jan 27, 2024
1 parent e85f5af commit 12e9b10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
- ubuntu-latest
- windows-latest
- macos-latest
redis:
- 7

services:
redis:
image: 'redis:${{ matrix.redis }}'
ports:
- 6379:6379

steps:
- uses: actions/checkout@v3
Expand All @@ -32,3 +40,4 @@ jobs:
- run: npm run dotest
env:
MODE: test
REDIS_HOST: redis

0 comments on commit 12e9b10

Please sign in to comment.