mirror of
https://github.com/FlipsideCrypto/optimism-models.git
synced 2026-02-06 11:01:44 +00:00
* 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>
21 lines
496 B
YAML
21 lines
496 B
YAML
name: dbt_test_intraday
|
|
run-name: dbt_test_intraday
|
|
|
|
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: Run Observability & Recent Tests
|
|
command: |
|
|
dbt run -m "fsc_evm,tag:observability"
|
|
dbt test -m "fsc_evm,tag:recent_test"
|
|
secrets: inherit |