mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:47:00 +00:00
rm tx entries from gha (#468)
This commit is contained in:
parent
efaab90e83
commit
18a9c42094
@ -45,14 +45,15 @@ jobs:
|
||||
run: >
|
||||
dbt run -s tag:streamline_non_core
|
||||
|
||||
- name: Test DBT Models
|
||||
run: >
|
||||
dbt test -s tag:streamline_non_core
|
||||
continue-on-error: true
|
||||
# Temporarily disabled 2025-08-29 during Snag API issue triage
|
||||
# - name: Test DBT Models
|
||||
# run: >
|
||||
# dbt test -s tag:streamline_non_core
|
||||
# continue-on-error: true
|
||||
|
||||
- name: Log test results
|
||||
run: |
|
||||
python python/dbt_test_alert.py
|
||||
# - name: Log test results
|
||||
# run: |
|
||||
# python python/dbt_test_alert.py
|
||||
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
@ -45,9 +45,11 @@ jobs:
|
||||
pip install -r requirements.txt
|
||||
dbt deps
|
||||
|
||||
# 1+streamline__transaction_entries_realtime removed from dbt cmd temporarily
|
||||
# 2025-08-29 during Snag API issue triage
|
||||
- name: Request Storefront Items and Transaction Entries from Snag API
|
||||
run: >
|
||||
dbt run -s streamline__minting_assets_realtime 1+streamline__transaction_entries_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True}'
|
||||
dbt run -s streamline__minting_assets_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True}'
|
||||
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user