avalanche-models/.github/workflows/dbt_integration_test.yml
drethereum 3c4ba75812
AN-5993/avax-migration (#326)
* initial set up

* macros and workflows

* wh

* defi and nft tags

* sl

* docs

* docs

* package

* package

* v63

* exclude curated

* remove

* v64
2025-05-13 09:43:30 -06:00

23 lines
522 B
YAML

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