Skip to content

Commit 3f38e4e

Browse files
filipesilvavikerman
authored andcommitted
ci: fix --ve flag on flake jail
1 parent 0f35871 commit 3f38e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
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)