File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -92,12 +92,19 @@ jobs:
92
92
- name : Checking analytics specs
93
93
run : yarn build:specs analytics
94
94
95
+ specs_insights :
96
+ runs-on : ubuntu-20.04
97
+ needs : setup
98
+ if : ${{ always() && needs.setup.outputs.RUN_SPECS_INSIGHTS == 'true' }}
99
+ steps :
100
+ - uses : actions/checkout@v2
101
+
102
+ - name : Restore cache
103
+ uses : ./.github/actions/cache
104
+
95
105
- name : Checking insights specs
96
106
run : yarn build:specs insights
97
107
98
- - name : Lint
99
- run : yarn specs:lint
100
-
101
108
client_javascript_search :
102
109
runs-on : ubuntu-20.04
103
110
needs : [specs_search]
@@ -258,6 +265,7 @@ jobs:
258
265
client_javascript_recommend,
259
266
client_javascript_perso,
260
267
client_javascript_analytics,
268
+ client_javascript_insights,
261
269
client_java_search,
262
270
]
263
271
if : ${{ always() && needs.setup.outputs.RUN_CTS == 'true' }}
You can’t perform that action at this time.
0 commit comments