Skip to content

Commit 7fb1ea3

Browse files
Add Redis server
TODO - set proper hostname..
1 parent 80f0711 commit 7fb1ea3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/php.yml

+8
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ jobs:
1313
build:
1414

1515
runs-on: ubuntu-latest
16+
services:
17+
redis:
18+
image: redis
19+
options: >-
20+
--health-cmd "redis-cli ping"
21+
--health-interval 10s
22+
--health-timeout 5s
23+
--health-retries 5
1624
1725
steps:
1826
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)