github · GitHub Actions Docs
Actions Creating PostgreSQL service containers - GitHub Docs
A tutorial on configuring a PostgreSQL service container within a GitHub Actions workflow to provide a database environment for automated testing or integration tasks.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Creating PostgreSQL service containers - GitHub Docs
A tutorial on configuring a PostgreSQL service container within a GitHub Actions workflow to provide a database environment for automated testing or integration tasks.
When To Use
Use when you need to set up a PostgreSQL database container to run integration tests or database-dependent workflows within GitHub Actions.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-use-containerized-services-create-postgresql-service-containers-workflow-guide.md | A tutorial guide on configuring PostgreSQL service containers within GitHub Actions workflows. | Questions about a tutorial guide on configuring PostgreSQL service containers within GitHub Actions workflows. |
examples/actions-use-containerized-services-create-postgresql-service-containers-.text | A GitHub Actions workflow YAML configuration demonstrating how to set up a PostgreSQL service container within a job. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration demonstrating how to set up a PostgreSQL service container within a job. |
examples/actions-use-containerized-services-create-postgresql-service-containers--2.text | A GitHub Actions workflow YAML configuration demonstrating how to set up a PostgreSQL service container within a job. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration demonstrating how to set up a PostgreSQL service container within a job. |
examples/actions-use-containerized-services-create-postgresql-service-containers--3.text | A GitHub Actions workflow YAML configuration demonstrating how to set up and connect to a PostgreSQL service container. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration demonstrating how to set up and connect to a PostgreSQL service container. |
examples/actions-use-containerized-services-create-postgresql-service-containers--4.text | A GitHub Actions workflow YAML example demonstrating how to configure a PostgreSQL service container within a job. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML example demonstrating how to configure a PostgreSQL service container within a job. |
examples/actions-use-containerized-services-create-postgresql-service-containers--5.text | A GitHub Actions workflow YAML configuration demonstrating how to set up a PostgreSQL service container within a job. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration demonstrating how to set up a PostgreSQL service container within a job. |
examples/actions-use-containerized-services-create-postgresql-service-containers--6.text | A GitHub Actions workflow YAML configuration demonstrating how to set up and connect to a PostgreSQL service container. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration demonstrating how to set up and connect to a PostgreSQL service container. |
examples/actions-use-containerized-services-create-postgresql-service-containers--7.text | A Node.js script demonstrating how to connect to a PostgreSQL service container using the pg client library within a GitHub Actions workflow. | Exact payloads, commands, or snippets shown in A Node.js script demonstrating how to connect to a PostgreSQL service container using the pg client library within a... |
examples/actions-use-containerized-services-create-postgresql-service-containers--8.text | A GitHub Actions workflow configuration demonstrating how to set up a PostgreSQL service container for integration testing. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow configuration demonstrating how to set up a PostgreSQL service container for integration te... |
What This Skill Covers
-
- GitHub Actions / - Tutorials / - Use containerized services / - Create PostgreSQL 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-postgresql-service-containers
