Skip to content

Commit

Permalink
Merge pull request #11 from FlipsideCrypto/edit-test-alert
Browse files Browse the repository at this point in the history
switching alerts from monthly to recent
  • Loading branch information
mrstepanovic authored Nov 18, 2024
2 parents 816e2ff + 380a901 commit c2c6887
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dbt_test_recent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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

0 comments on commit c2c6887

Please sign in to comment.