Skip to content

Commit eee9300

Browse files
committed
Enable cloud tests for PR
1 parent 9ea63b1 commit eee9300

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.circleci/continue_config.yml

Lines changed: 5 additions & 5 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:
@@ -277,10 +277,10 @@ workflows:
277277
- bigquery
278278
- clickhouse-cloud
279279
- athena
280-
filters:
281-
branches:
282-
only:
283-
- main
280+
#filters:
281+
# branches:
282+
# only:
283+
# - main
284284
- trigger_private_tests:
285285
requires:
286286
- style_and_cicd_tests

0 commit comments

Comments
 (0)