Skip to content

Commit 90138bc

Browse files
committed
ci: fix --ve flag on flake jail
1 parent f7769b8 commit 90138bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
- custom_attach_workspace
252252
- run: yarn webdriver-update
253253
- run: yarn test-large --full --flakey
254-
- run: yarn test-large --full --flakey --ve=true
254+
- run: yarn test-large --full --flakey --ve
255255

256256
build-bazel:
257257
executor: action-executor

0 commit comments

Comments
 (0)