Skip to content

Commit 9af2368

Browse files
clydinvikerman
authored andcommitted
ci: continue even if lint or validate fail (#12011)
1 parent fd6bba3 commit 9af2368

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,10 @@ workflows:
140140
- install
141141
- build:
142142
requires:
143-
- lint
144-
- validate
143+
- install
145144
- build-bazel:
146145
requires:
147-
- lint
148-
- validate
146+
- build
149147
- test:
150148
requires:
151149
- build
@@ -167,6 +165,7 @@ workflows:
167165
requires:
168166
- test
169167
- build
168+
- e2e-cli
170169
- snapshot_publish
171170
filters:
172171
tags:

0 commit comments

Comments
 (0)