optimism-models/.github/workflows/dbt_test_daily.yml
drethereum 6623a042f3
AN-5991/op-migration (#340)
* streamline bronze

* silver models

* gold tables

* docs, gha

* bronze folders

* macros

* make file, packages, project yml, delete tests

* remove silver nft transfers ref

* sources

* macro tests

* update for fsc-evm changes - package, makefile, sources, dbt_project, workflows, docs

* gold tags

* add ethereum models back in

* silver bridge tags

* dex tags

* lending tags

* nft tags

* added back protocols folder and tagged

* temp package

* docs

* docs

* wh

* observability exclusions

* 48

* v51

* 52

* 53

---------

Co-authored-by: sam <sam@flipsidecrypto.com>
2025-05-08 13:54:57 -06:00

23 lines
662 B
YAML

name: dbt_test_daily
run-name: dbt_test_daily
on:
workflow_dispatch:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}
jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@pre-release/v4-beta
with:
target: test
command_name: Build Daily Testing Views
command: |
dbt run -m "fsc_evm,tag:daily_test"
command_name_2: Run Daily Tests (all tests excluding full, recent and misc. others)
command_2: |
dbt test --exclude "fsc_evm,tag:full_test" "fsc_evm,tag:recent_test" "fsc_evm,tag:gha_tasks" livequery_models
secrets: inherit