🔥 3-day streak
GitHub Actions (GH-200)126 / 142
Question 126 of 142
A CI job runs your test suite directly on the GitHub-hosted runner (not inside a container). You add a Redis service container to the job using `services:` and map `ports: - 6379:6379`. Health checks pass. From within the test step, which host and port should your application code use to connect to Redis?
Reviewed for accuracy · Report an issueNext question