diff --git a/.github/workflows/dbt_integration_test.yml b/.github/workflows/dbt_integration_test.yml index d994154..d0d5385 100644 --- a/.github/workflows/dbt_integration_test.yml +++ b/.github/workflows/dbt_integration_test.yml @@ -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 \ No newline at end of file