File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ tasks:
123123 name : ' FlagsProbe/{bazel_version}/{bzlmod}/{spawn_strategy}'
124124 platform : ubuntu2404
125125 bazel : ${{ bazel_version }}
126- working_directory : examples/integration_tests/standard_cxx_flags_test
126+ working_directory : examples
127127 test_targets :
128- - //:flags_test
128+ - //integration_tests/standard_cxx_flags_test :flags_test
129129 test_flags :
130130 - --config=ci
131131 - ${{ bzlmod }}
@@ -135,9 +135,9 @@ tasks:
135135 name : ' DetectRootProbe/{bazel_version}/{bzlmod}/{spawn_strategy}'
136136 platform : ubuntu2404
137137 bazel : ${{ bazel_version }}
138- working_directory : examples/integration_tests/detect_root_test
138+ working_directory : examples
139139 test_targets :
140- - //:tests
140+ - //integration_tests/detect_root_test :tests
141141 test_flags :
142142 - --config=ci
143143 - ${{ bzlmod }}
You can’t perform that action at this time.
0 commit comments