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 583fa9f commit a9b2c21Copy full SHA for a9b2c21
.aspect/workflows/config.yaml
@@ -73,12 +73,16 @@ workspaces:
73
without: true
74
- buildifier:
75
76
+bazel:
77
+ flags:
78
+ - --config=ci
79
tasks:
80
- test:
81
name: 'Test (Bazel 6.x)'
82
id: bazel-6
83
bazel:
84
flags:
85
86
- --incompatible_merge_fixed_and_default_shell_env
87
env:
88
USE_BAZEL_VERSION: 6.x
@@ -97,6 +101,7 @@ tasks:
97
101
use_args_file: false
98
102
- configure:
99
103
queue: aspect-medium
104
100
105
106
107
- finalization:
0 commit comments