Skip to content

Commit 174420d

Browse files
committed
add insights jobs
1 parent 810175d commit 174420d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/check.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,19 @@ jobs:
9292
- name: Checking analytics specs
9393
run: yarn build:specs analytics
9494

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+
95105
- name: Checking insights specs
96106
run: yarn build:specs insights
97107

98-
- name: Lint
99-
run: yarn specs:lint
100-
101108
client_javascript_search:
102109
runs-on: ubuntu-20.04
103110
needs: [specs_search]
@@ -258,6 +265,7 @@ jobs:
258265
client_javascript_recommend,
259266
client_javascript_perso,
260267
client_javascript_analytics,
268+
client_javascript_insights,
261269
client_java_search,
262270
]
263271
if: ${{ always() && needs.setup.outputs.RUN_CTS == 'true' }}

0 commit comments

Comments
 (0)