Skip to content

Commit 0cbb577

Browse files
committed
fixed
1 parent d3b5422 commit 0cbb577

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010

11+
services:
12+
redis:
13+
image: redis:alpine
14+
ports:
15+
- 6379:6379
16+
options: >-
17+
--health-cmd "redis-cli ping"
18+
--health-interval 10s
19+
--health-timeout 5s
20+
--health-retries 5
21+
1122
steps:
1223
- uses: actions/checkout@v4
1324

.idea/workspace.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)