mirror of
https://github.com/FlipsideCrypto/aurora-models.git
synced 2026-02-06 11:01:45 +00:00
path
This commit is contained in:
parent
433d49a878
commit
0e4b34c9c1
4
.github/workflows/dbt_test_daily.yml
vendored
4
.github/workflows/dbt_test_daily.yml
vendored
@ -48,10 +48,6 @@ jobs:
|
||||
dbt test --exclude tag:full_test --models tag:recent_test
|
||||
continue-on-error: true
|
||||
|
||||
- name: Log test results
|
||||
run: |
|
||||
python python_scripts/test_alert/dbt_test_alert.py
|
||||
|
||||
notify-failure:
|
||||
needs: [run_dbt_jobs]
|
||||
if: failure()
|
||||
|
||||
4
.github/workflows/dbt_test_weekly.yml
vendored
4
.github/workflows/dbt_test_weekly.yml
vendored
@ -48,10 +48,6 @@ jobs:
|
||||
dbt test --exclude tag:recent_test --models tag:full_test
|
||||
continue-on-error: true
|
||||
|
||||
- name: Log test results
|
||||
run: |
|
||||
python python_scripts/test_alert/dbt_test_alert.py
|
||||
|
||||
notify-failure:
|
||||
needs: [run_dbt_jobs]
|
||||
if: failure()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user