Skip to content

Commit

Permalink
Merge pull request #8 from brabster/produce-failing-artefacts
Browse files Browse the repository at this point in the history
set dbt step to continue on error
  • Loading branch information
brabster authored Feb 8, 2024
2 parents 18bb334 + 666a4ba commit 4a87880
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/dbt_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4a87880

Please sign in to comment.