Skip to content

Commit 3408878

Browse files
committed
Revert "Enable snowflake tests on PR"
This reverts commit 8c6110f.
1 parent 6ab2a95 commit 3408878

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.circleci/continue_config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- v1-nm-cache-{{ checksum "package-lock.json" }}
135135
- run:
136136
name: Install packages
137-
command: npm ci
137+
command: npm ci
138138
- save_cache:
139139
key: v1-nm-cache-{{ checksum "package-lock.json" }}
140140
paths:
@@ -272,15 +272,15 @@ workflows:
272272
parameters:
273273
engine:
274274
- snowflake
275-
# - databricks
276-
# - redshift
277-
# - bigquery
278-
# - clickhouse-cloud
279-
# - athena
280-
#filters:
281-
# branches:
282-
# only:
283-
# - main
275+
- databricks
276+
- redshift
277+
- bigquery
278+
- clickhouse-cloud
279+
- athena
280+
filters:
281+
branches:
282+
only:
283+
- main
284284
- trigger_private_tests:
285285
requires:
286286
- style_and_cicd_tests

0 commit comments

Comments
 (0)