Skip to content

Merge branch 'upstream_release-x.47.x' into release-x.47.x #18

Merge branch 'upstream_release-x.47.x' into release-x.47.x

Merge branch 'upstream_release-x.47.x' into release-x.47.x #18

Workflow file for this run

name: Migrations
on:
push:
branches:
- 'master'
- 'release-**'
pull_request:
jobs:
check-migrations:
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- name: Prepare back-end environment
uses: ./.github/actions/prepare-backend
with:
m2-cache-key: check-migrations
- name: Verify Liquibase Migrations
run: ./bin/lint-migrations-file.sh