base-models/.github/workflows/dbt_integration_test.yml
drethereum c9d0177f47
test/fsc-evm-v4-base (#266)
* temp changes for v4

* docs, disabled models and dummy receipts by hash models

* removed unused vars

* workflows

* sources

* removed comment for successful compile

* package

* test project vars

* revert

* clean up

* update dbt project, workflows etc.

* update tags for new naming conventions

* blank model for overflow

* makefile

* makefile updates

* misc updates for abis

* temp source and array index

* add scores job

* sources update

* refs

* package

* updates

* package

* package

---------

Co-authored-by: Austin <austin@flipsidecrypto.com>
2025-04-22 10:55:58 -06:00

17 lines
406 B
YAML

name: dbt_run_integration_test
run-name: ${{ github.event.inputs.branch }}
on:
workflow_dispatch:
branches:
- "main"
concurrency: ${{ github.workflow }}
jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template_integration_test.yml@pre-release/v4-beta
with:
command: |
dbt test --selector 'integration_tests'
secrets: inherit