mirror of
https://github.com/FlipsideCrypto/aleo-models.git
synced 2026-02-06 11:47:05 +00:00
switching alerts from monthly to recent
This commit is contained in:
parent
816e2fffa8
commit
380a9018ba
7
.github/workflows/dbt_test_recent.yml
vendored
7
.github/workflows/dbt_test_recent.yml
vendored
@ -19,6 +19,7 @@ env:
|
||||
DATABASE: "${{ vars.DATABASE }}"
|
||||
WAREHOUSE: "${{ vars.WAREHOUSE }}"
|
||||
SCHEMA: "${{ vars.SCHEMA }}"
|
||||
SLACK_WEBHOOK_URL: "${{ secrets.SLACK_WEBHOOK_URL }}"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
@ -45,3 +46,9 @@ jobs:
|
||||
run: |
|
||||
dbt run -m "aleo_models,tag:recent_test"
|
||||
dbt test -m "aleo_models,tag:recent_test"
|
||||
|
||||
continue-on-error: true
|
||||
|
||||
- name: Log test results
|
||||
run: |
|
||||
python python/dbt_test_alert.py
|
||||
|
||||
Loading…
Reference in New Issue
Block a user