mirror of
https://github.com/FlipsideCrypto/evm-models-template.git
synced 2026-02-06 11:16:50 +00:00
template for integration tests
This commit is contained in:
parent
5e1c3e2c46
commit
7ce0dee804
5
.github/workflows/dbt_integration_test.yml
vendored
5
.github/workflows/dbt_integration_test.yml
vendored
@ -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
|
||||
Loading…
Reference in New Issue
Block a user