更新 GitHub Actions 工作流,将 Redis 服务名称更改为 redissss

This commit is contained in:
严浩
2025-02-25 11:02:27 +08:00
parent 9f3f6a1449
commit cf1def83c3

View File

@@ -10,7 +10,7 @@ jobs:
services-test:
runs-on: ubuntu-latest
services:
redis:
redissss:
image: redis:alpine
ports:
- 6379:6379