Skip to content

Commit b35db43

Browse files
committed
[#.x] - added redis service
1 parent e91e734 commit b35db43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ jobs:
9393
MYSQL_DATABASE: phalcon
9494
MYSQL_PASSWORD: secret
9595

96+
redis:
97+
image: redis:8-alpine
98+
ports:
99+
- "6379:6379"
100+
96101
steps:
97102
- uses: actions/checkout@v4
98103

0 commit comments

Comments
 (0)