github · GitHub Actions Docs
Actions Creating Redis service containers - GitHub Docs
A tutorial demonstrating how to configure and use a Redis service container within a GitHub Actions workflow to provide a database dependency for automated tests.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Creating Redis service containers - GitHub Docs
A tutorial demonstrating how to configure and use a Redis service container within a GitHub Actions workflow to provide a database dependency for automated tests.
When To Use
Use when you need to integrate a Redis database instance into your GitHub Actions workflow to support integration testing or service-dependent jobs.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-use-containerized-services-create-redis-service-containers-creat-workflow-guide.md | A tutorial guide on configuring GitHub Actions to use Redis as a containerized service within a workflow job. | Questions about a tutorial guide on configuring GitHub Actions to use Redis as a containerized service within a workflow job. |
examples/actions-use-containerized-services-create-redis-service-containers-creat.text | A GitHub Actions workflow YAML configuration demonstrating how to set up a Redis service container within a job. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration demonstrating how to set up a Redis service container within a job. |
examples/actions-use-containerized-services-create-redis-service-containers-creat-2.text | A GitHub Actions workflow YAML configuration demonstrating how to set up a Redis service container within a job. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration demonstrating how to set up a Redis service container within a job. |
examples/actions-use-containerized-services-create-redis-service-containers-creat-3.text | A GitHub Actions workflow YAML configuration demonstrating how to set up and connect to a Redis service container during a CI run. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration demonstrating how to set up and connect to a Redis service container dur... |
examples/actions-use-containerized-services-create-redis-service-containers-creat-4.text | A GitHub Actions workflow YAML configuration demonstrating how to set up a Redis service container within a job. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration demonstrating how to set up a Redis service container within a job. |
examples/actions-use-containerized-services-create-redis-service-containers-creat-5.text | A YAML workflow configuration demonstrating how to define and use a Redis service container within a GitHub Actions job. | Exact payloads, commands, or snippets shown in A YAML workflow configuration demonstrating how to define and use a Redis service container within a GitHub Actions job. |
examples/actions-use-containerized-services-create-redis-service-containers-creat-6.text | A GitHub Actions workflow YAML configuration demonstrating how to set up and connect to a Redis service container during a CI run. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration demonstrating how to set up and connect to a Redis service container dur... |
examples/actions-use-containerized-services-create-redis-service-containers-creat-7.text | A Node.js code snippet demonstrating how to connect to a Redis service container using environment variables within a GitHub Actions workflow. | Exact payloads, commands, or snippets shown in A Node.js code snippet demonstrating how to connect to a Redis service container using environment variables within a... |
examples/actions-use-containerized-services-create-redis-service-containers-creat-8.text | A GitHub Actions workflow configuration demonstrating how to set up a Redis service container for testing. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow configuration demonstrating how to set up a Redis service container for testing. |
What This Skill Covers
-
- GitHub Actions / - Tutorials / - Use containerized services / - Create Redis service containers
- Main sections:
In this article,Introduction,Prerequisites,Running jobs in containers,Running jobs directly on the runner machine.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/tutorials/use-containerized-services/create-redis-service-containers
