From 666a4bab770d0dea4ffc86c4509cb39ccf091a55 Mon Sep 17 00:00:00 2001 From: Paul Brabban Date: Thu, 8 Feb 2024 09:16:48 +0000 Subject: [PATCH] set dbt step to continue on error --- .github/actions/dbt_build/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/dbt_build/action.yml b/.github/actions/dbt_build/action.yml index 7776753..dcea188 100644 --- a/.github/actions/dbt_build/action.yml +++ b/.github/actions/dbt_build/action.yml @@ -19,6 +19,8 @@ runs: source .envs/${{ inputs.env }}/.env dbt build --exclude contracts ${{ inputs.dbt_extra_args }} dbt docs generate + continue-on-error: true + - name: upload target artifacts uses: actions/upload-artifact@v3 with: