mirror of
https://github.com/FlipsideCrypto/stellar-models.git
synced 2026-02-06 09:26:47 +00:00
add files for SL integration test (#13)
Co-authored-by: Mike Stepanovic <mike.stepanovic@flipsidecrypto.com>
This commit is contained in:
parent
1ef901e6d6
commit
923619e4cf
17
.github/workflows/dbt_integration_test.yml
vendored
Normal file
17
.github/workflows/dbt_integration_test.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: dbt_run_integration_test
|
||||||
|
run-name: ${{ github.event.inputs.branch }}
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
concurrency: ${{ github.workflow }}
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
called_workflow_template:
|
||||||
|
uses: FlipsideCrypto/analytics-workflow-templates/.github/workflows/dbt.yml@main
|
||||||
|
with:
|
||||||
|
command: >
|
||||||
|
dbt test --selector 'integration_tests'
|
||||||
|
environment: ${{ github.ref == 'refs/heads/main' && 'workflow_prod' || 'workflow_dev' }}
|
||||||
|
warehouse: ${{ vars.WAREHOUSE }}
|
||||||
|
secrets: inherit
|
||||||
7
selectors.yml
Normal file
7
selectors.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
selectors:
|
||||||
|
- name: integration_tests
|
||||||
|
description: "Selector for integration tests"
|
||||||
|
definition:
|
||||||
|
union:
|
||||||
|
- method: fqn
|
||||||
|
value: "livequery_models.deploy.core._utils"
|
||||||
Loading…
Reference in New Issue
Block a user