Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 446 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 446 Bytes

liquibase-extension-example

Example repository for creating your own Liquibase CORE and Liquibase PRO extensions

Modify test.yml as per your requirement

  • OSS-Extension : use the below reusable workflow block : uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.3

  • PRO-Extension : use the below reusable workflow block :
    uses: liquibase/build-logic/.github/workflows/pro-extension-test.yml@v0.5.5