diff --git a/.github/workflows/dbt_integration_test.yml b/.github/workflows/dbt_integration_test.yml deleted file mode 100644 index 1646d61..0000000 --- a/.github/workflows/dbt_integration_test.yml +++ /dev/null @@ -1,17 +0,0 @@ -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 \ No newline at end of file diff --git a/selectors.yml b/selectors.yml deleted file mode 100644 index f43565e..0000000 --- a/selectors.yml +++ /dev/null @@ -1,7 +0,0 @@ -selectors: - - name: integration_tests - description: "Selector for integration tests" - definition: - union: - - method: fqn - value: "livequery_models.deploy.core._utils" \ No newline at end of file