Skip to content

Commit

Permalink
Add trailing spaces to gh integration test output
Browse files Browse the repository at this point in the history
  • Loading branch information
treysp committed Dec 13, 2024
1 parent 96bd5a3 commit d2bf20d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
26 changes: 13 additions & 13 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,13 +310,13 @@ workflows:
- "3.11"
- "3.12"
- style_and_slow_tests_pydantic_v1
- airflow_docker_tests
# requires:
# - style_and_slow_tests
# filters:
# branches:
# only:
# - main
- airflow_docker_tests:
requires:
- style_and_slow_tests
filters:
branches:
only:
- main
- engine_tests_docker:
name: engine_<< matrix.engine >>
matrix:
Expand All @@ -334,8 +334,8 @@ workflows:
name: cloud_engine_<< matrix.engine >>
context:
- sqlmesh_cloud_database_integration
# requires:
# - engine_tests_docker
requires:
- engine_tests_docker
matrix:
parameters:
engine:
Expand All @@ -345,10 +345,10 @@ workflows:
- bigquery
- clickhouse-cloud
- athena
# filters:
# branches:
# only:
# - main
filters:
branches:
only:
- main
- trigger_private_tests:
requires:
- style_and_slow_tests
Expand Down
24 changes: 12 additions & 12 deletions tests/integrations/github/cicd/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ def test_merge_pr_has_non_breaking_change(
**Directly Modified:**
- `sushi.waiter_revenue_by_day`
```diff
---
---
+++
+++
@@ -15,7 +15,8 @@
Expand Down Expand Up @@ -358,9 +358,9 @@ def test_merge_pr_has_non_breaking_change_diff_start(
**Directly Modified:**
- `sushi.waiter_revenue_by_day`
```diff
---
---
+++
+++
@@ -15,7 +15,8 @@
Expand Down Expand Up @@ -864,9 +864,9 @@ def test_no_merge_since_no_deploy_signal(
**Directly Modified:**
- `sushi.waiter_revenue_by_day`
```diff
---
---
+++
+++
@@ -15,7 +15,8 @@
Expand Down Expand Up @@ -1045,9 +1045,9 @@ def test_no_merge_since_no_deploy_signal_no_approvers_defined(
**Directly Modified:**
- `sushi.waiter_revenue_by_day`
```diff
---
---
+++
+++
@@ -15,7 +15,8 @@
Expand Down Expand Up @@ -1215,9 +1215,9 @@ def test_deploy_comment_pre_categorized(
**Directly Modified:**
- `sushi.waiter_revenue_by_day`
```diff
---
---
+++
+++
@@ -15,7 +15,8 @@
Expand Down Expand Up @@ -1554,9 +1554,9 @@ def test_overlapping_changes_models(
**Directly Modified:**
- `sushi.customers`
```diff
---
---
+++
+++
@@ -25,7 +25,8 @@
Expand Down

0 comments on commit d2bf20d

Please sign in to comment.