Skip to content

Commit 89b8278

Browse files
authored
Merge pull request #5793
FINERACT-2581: add regression safety checks for db changes
2 parents 3aadc96 + 09f2dc5 commit 89b8278

7 files changed

Lines changed: 1098 additions & 0 deletions

File tree

.github/workflows/full-build-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,16 @@ jobs:
7676
uses: ./.github/workflows/verify-liquibase-backward-compatibility.yml
7777
secrets: inherit
7878

79+
run-liquibase-ddl-safety:
80+
needs: build-core
81+
uses: ./.github/workflows/verify-liquibase-ddl-safety.yml
82+
secrets: inherit
83+
84+
run-regression-safety-db-changes:
85+
needs: build-core
86+
uses: ./.github/workflows/regression-safety-db-changes.yml
87+
secrets: inherit
88+
7989
run-sonarqube:
8090
needs: build-core
8191
uses: ./.github/workflows/sonarqube.yml

0 commit comments

Comments
 (0)