feat(CI): process pending SQL file in PRs (#9887)
This commit is contained in:
@@ -38,6 +38,8 @@ jobs:
|
|||||||
CONTINUOUS_INTEGRATION: true
|
CONTINUOUS_INTEGRATION: true
|
||||||
- name: Create conf/config.sh
|
- name: Create conf/config.sh
|
||||||
run: source ./apps/ci/ci-conf.sh
|
run: source ./apps/ci/ci-conf.sh
|
||||||
|
- name: Process pending sql
|
||||||
|
run: bash bin/acore-db-pendings
|
||||||
- name: Import db
|
- name: Import db
|
||||||
run: source ./apps/ci/ci-import-db.sh
|
run: source ./apps/ci/ci-import-db.sh
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
Reference in New Issue
Block a user