Skip to content

Commit 88a0b49

Browse files
committed
Remove redis
1 parent 3bb1023 commit 88a0b49

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13-
services:
14-
redis:
15-
image: redis:7
16-
ports:
17-
- 6379:6379
18-
options: >-
19-
--health-cmd "redis-cli ping"
20-
--health-interval 10s
21-
--health-timeout 5s
22-
--health-retries 5
2313
env:
2414
PYTHON_ENV: ci
2515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)