template for integration tests

This commit is contained in:
drethereum 2025-04-24 12:12:11 -06:00
parent 5e1c3e2c46
commit 7ce0dee804

View File

@ -5,6 +5,10 @@ on:
workflow_dispatch:
branches:
- "main"
inputs:
environment:
type: string
required: true
concurrency: ${{ github.workflow }}
@ -12,6 +16,7 @@ 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