File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
orbs :
4
- cypress : cypress-io/cypress@3
4
+ cypress : cypress-io/cypress@4
5
5
6
6
executors :
7
7
node-executor :
@@ -19,7 +19,7 @@ commands:
19
19
- checkout
20
20
- restore_cache :
21
21
keys :
22
- - npm-cache-{{ checksum "package-lock.json" }}
22
+ - npm-cache-{{ checksum "package-lock.json" }}
23
23
- run :
24
24
name : Install Dependencies
25
25
command : npm ci
56
56
- run : npm run lint
57
57
58
58
install-and-persist :
59
- executor : cypress/default
59
+ executor :
60
+ name : cypress/default
61
+ node-version : 22.15.1
60
62
steps :
61
63
- cypress/install
62
64
- persist_to_workspace :
66
68
- project
67
69
68
70
run-tests-in-parallel :
69
- executor : cypress/default
71
+ executor :
72
+ name : cypress/default
73
+ node-version : 22.15.1
70
74
parallelism : 6
71
75
steps :
72
76
- attach_workspace :
87
91
command : |
88
92
echo "Scraping..."
89
93
ls
90
- node ./scripts/search/scrape-and-compare-algolia-index.mjs
94
+ node ./scripts/search/scrape-and-compare-algolia-index.mjs
91
95
92
96
workflows :
93
97
build-and-test :
@@ -96,14 +100,14 @@ workflows:
96
100
- lint :
97
101
name : " Lint JS/CSS/Markdown"
98
102
requires :
99
- - build
103
+ - build
100
104
- install-and-persist :
101
105
name : Install & Persist To Workspace
102
106
- run-tests-in-parallel :
103
107
name : Run Tests in Parallel
104
108
requires :
105
109
- build
106
- - Install & Persist To Workspace
110
+ - Install & Persist To Workspace
107
111
# Run Algolia scraper only on main.
108
112
- release :
109
113
name : ' Run Algolia scraper'
You can’t perform that action at this time.
0 commit comments