From 35d208efb3279c4b6c191a21131c59d2b532e58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Mon, 27 Dec 2021 10:28:27 +0100 Subject: [PATCH] feat(CI): process pending SQL file in PRs (#9887) --- .github/workflows/core_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml index c277548cd..6fbd6e4e8 100644 --- a/.github/workflows/core_build.yml +++ b/.github/workflows/core_build.yml @@ -38,6 +38,8 @@ jobs: CONTINUOUS_INTEGRATION: true - name: Create conf/config.sh run: source ./apps/ci/ci-conf.sh + - name: Process pending sql + run: bash bin/acore-db-pendings - name: Import db run: source ./apps/ci/ci-import-db.sh - name: Build