mirror of
https://github.com/FlipsideCrypto/gnosis-models.git
synced 2026-02-06 10:46:47 +00:00
* gnosis/v4.18.1 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Add workflow updates for observability tag --------- Co-authored-by: Claude <noreply@anthropic.com>
21 lines
509 B
YAML
21 lines
509 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@main
|
|
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" "fsc_evm,tag:observability"
|
|
secrets: inherit |