Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/test-warehouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,10 @@ jobs:
--slack-webhook "$SLACK_WEBHOOK"

- name: Validate alerts statuses were updated
if: ${{ always() }}
working-directory: ${{ env.ELMENTARY_INTERNAL_DBT_PKG_DIR }}
run: >
dbt run-operation validate_alert_statuses_are_updated
-t "${{ inputs.warehouse-type }}"
run: |
dbt deps
dbt run-operation validate_alert_statuses_are_updated -t "${{ inputs.warehouse-type }}"

- name: Run report
run: >
Expand Down