Skip to content

Commit f6456ce

Browse files
committed
fixup! ci: introduce configuration to fail fast for CI failures
(cherry picked from commit efcb34b)
1 parent e2177c5 commit f6456ce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,12 @@ jobs:
156156
key: *cache_key
157157
paths:
158158
- ~/.cache/yarn
159-
- fail_fast
160159

161160
lint:
162161
executor: action-executor
163162
steps:
164163
- custom_attach_workspace
165164
- run: yarn lint
166-
- fail_fast
167165

168166
validate:
169167
executor: action-executor
@@ -188,7 +186,6 @@ jobs:
188186
command: yarn ts-circular-deps:check
189187
- run:
190188
command: yarn -s admin validate
191-
- fail_fast
192189

193190
e2e-cli:
194191
parameters:
@@ -251,7 +248,6 @@ jobs:
251248
steps:
252249
- custom_attach_workspace
253250
- run: yarn build
254-
- fail_fast
255251

256252
test:
257253
executor: test-executor

0 commit comments

Comments
 (0)