Skip to content
database

GitHub Action

Database Lab: realistic DB testing in CI

v0.1.1 Latest version

Database Lab: realistic DB testing in CI

database

Database Lab: realistic DB testing in CI

Check database migrations with the Database Lab Engine

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Database Lab: realistic DB testing in CI

uses: postgres-ai/[email protected]

Learn more about this action in postgres-ai/dle-github-actions

Choose a version

DB Migrations checking action

A GitHub action to run DB migrations with Database Lab Engine (DLE)

Overview

Database Lab DB migration checker is a tool to automatically validate migrations in the CI pipeline.

Database Lab DB migration checker's benefits:

  • Check migrations as a part of a standard pipeline
  • Protect DLE from data stealing - run migrations in a protected environment
  • Protect logs and artifacts from being revealed

How to use

Check out the Database Lab DB migrations checker documentation