We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab2a95 commit 3408878Copy full SHA for 3408878
1 file changed
.circleci/continue_config.yml
@@ -134,7 +134,7 @@ jobs:
134
- v1-nm-cache-{{ checksum "package-lock.json" }}
135
- run:
136
name: Install packages
137
- command: npm ci
+ command: npm ci
138
- save_cache:
139
key: v1-nm-cache-{{ checksum "package-lock.json" }}
140
paths:
@@ -272,15 +272,15 @@ workflows:
272
parameters:
273
engine:
274
- snowflake
275
- # - databricks
276
- # - redshift
277
- # - bigquery
278
- # - clickhouse-cloud
279
- # - athena
280
- #filters:
281
- # branches:
282
- # only:
283
- # - main
+ - databricks
+ - redshift
+ - bigquery
+ - clickhouse-cloud
+ - athena
+ filters:
+ branches:
+ only:
+ - main
284
- trigger_private_tests:
285
requires:
286
- style_and_cicd_tests
0 commit comments