We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2177c5 commit f6456ceCopy full SHA for f6456ce
.circleci/config.yml
@@ -156,14 +156,12 @@ jobs:
156
key: *cache_key
157
paths:
158
- ~/.cache/yarn
159
- - fail_fast
160
161
lint:
162
executor: action-executor
163
steps:
164
- custom_attach_workspace
165
- run: yarn lint
166
167
168
validate:
169
@@ -188,7 +186,6 @@ jobs:
188
186
command: yarn ts-circular-deps:check
189
187
- run:
190
command: yarn -s admin validate
191
192
193
e2e-cli:
194
parameters:
@@ -251,7 +248,6 @@ jobs:
251
248
252
249
253
250
- run: yarn build
254
255
256
test:
257
executor: test-executor
0 commit comments