Skip to content

Add Redis service to 5.0.x GitHub Actions PR workflow#350

Open
zhou-hao wants to merge 1 commit into5.0.xfrom
codex/fix-github-actions-failure-for-pr
Open

Add Redis service to 5.0.x GitHub Actions PR workflow#350
zhou-hao wants to merge 1 commit into5.0.xfrom
codex/fix-github-actions-failure-for-pr

Conversation

@zhou-hao
Copy link
Copy Markdown
Member

Motivation

  • Provide a Redis instance for pull request CI runs on the 5.0.x branch to support tests that require Redis.

Description

  • Add a redis service to .github/workflows/pull_request_5x.yml using redis:7-alpine with port mapping and a health check so the job exposes a healthy Redis during the build.

Testing

  • The workflow is configured to run Maven tests via ./mvnw test -q as part of the Build with Maven step, and no automated test run results are included in this change.

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant