Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-use-containerized-services-create-redis-service-containers-creat-workflow-guide.mdA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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