File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 path-filtering : circleci/path-filtering@1.1.0
2121
2222jobs :
23+ vscode-extension-setup :
24+ docker :
25+ - image : cimg/node:20
26+ resource_class : small
27+ steps :
28+ - checkout
29+ - run :
30+ name : Install VSCode extension dependencies
31+ command : |
32+ cd vscode/extensions
33+ npm ci
34+ - run :
35+ name : Run VSCode extension CI
36+ command : |
37+ cd vscode/extensions
38+ npm run ci
39+
2340 publish :
2441 docker :
2542 - image : cimg/python:3.10
@@ -98,7 +115,10 @@ workflows:
98115 (sqlmesh|tests|examples|web/server)/.* python true
99116 pytest.ini|setup.cfg|setup.py python true
100117 \.circleci/.*|Makefile|\.pre-commit-config\.yaml common true
118+ vscode/extensions/.* vscode true
101119
120+ - vscode-extension-setup :
121+ << : *on_main_or_tag_filter
102122 - gh-release :
103123 << : *on_tag_filter
104124 - ui-build :
You can’t perform that action at this time.
0 commit comments