Skip to content

Commit

Permalink
test tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Jun 11, 2024
1 parent 674e5fe commit 1c7439d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diff-quality.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI Diff-quality

on:
pull_request:
push:
branches:
- master
- release/CI-for-releases
env:
DBT_DEFAULT_PROFILE_TARGET: stellar_dbt_public
DBT_PROFILES_DIR: ${{ github.workspace }}
Expand Down
6 changes: 5 additions & 1 deletion tests/anomaly_detection_trade_count.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{ config(severity="warn") }}
{{ config(
tags=["singular_test"]
, severity="warn"
)
}}

with
trade_counts as (
Expand Down
6 changes: 5 additions & 1 deletion tests/anomaly_detection_trade_volume.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{ config(severity="warn") }}
{{ config(
tags=["singular_test"]
, severity="warn"
)
}}

with
base_trades as (
Expand Down
6 changes: 5 additions & 1 deletion tests/ledger_sequence_increment.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{ config(severity="warn") }}
{{ config(
tags=["singular_test"]
, severity="warn"
)
}}

with
ledger_sequence as (
Expand Down

0 comments on commit 1c7439d

Please sign in to comment.