bsc-models/.github/workflows/dbt_test_intraday.yml
drethereum eb4a3c2e17
AN-5994/bsc-migration (#330)
* initial set up

* macros and workflows

* wh

* defi and nft tags

* sl

* docs

* package

* package

* curated tweaks
2025-05-14 09:58:13 -06:00

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