Skip to content

Commit a9b2c21

Browse files
authored
fix(ci): turn on CI config (#851)
1 parent 583fa9f commit a9b2c21

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.aspect/workflows/config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,16 @@ workspaces:
7373
without: true
7474
- buildifier:
7575
without: true
76+
bazel:
77+
flags:
78+
- --config=ci
7679
tasks:
7780
- test:
7881
name: 'Test (Bazel 6.x)'
7982
id: bazel-6
8083
bazel:
8184
flags:
85+
- --config=ci
8286
- --incompatible_merge_fixed_and_default_shell_env
8387
env:
8488
USE_BAZEL_VERSION: 6.x
@@ -97,6 +101,7 @@ tasks:
97101
use_args_file: false
98102
- configure:
99103
queue: aspect-medium
104+
flags:
100105
- buildifier:
101106
queue: aspect-medium
102107
- finalization:

0 commit comments

Comments
 (0)