Skip to content

Add Github action to automatically diff new schema against old schema with updater applied #2

Add Github action to automatically diff new schema against old schema with updater applied

Add Github action to automatically diff new schema against old schema with updater applied #2

Workflow file for this run

name: Check DB schema differences
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build docker image
run: |
docker compose -p cms -f docker-compose.test.yml build testcms
- name: Check schema diff
run: |
docker compose -p cms -f docker-compose.test.yml run --rm schemadiff