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 fd6bba3 commit 9af2368Copy full SHA for 9af2368
.circleci/config.yml
@@ -140,12 +140,10 @@ workflows:
140
- install
141
- build:
142
requires:
143
- - lint
144
- - validate
+ - install
145
- build-bazel:
146
147
148
+ - build
149
- test:
150
151
- build
@@ -167,6 +165,7 @@ workflows:
167
165
168
166
- test
169
+ - e2e-cli
170
- snapshot_publish
171
filters:
172
tags:
0 commit comments