3737 repository-cache : true
3838 - name : Test
3939 run : |
40- ./.github/workflows/configurebb .sh
40+ ./.github/workflows/configure_bazelrc .sh
4141 bazel test --config ci --config ${{ matrix.bzlmod_config }} //...
4242 env :
4343 BUILDBUDDY_API_KEY : ${{ secrets.BUILDBUDDY_API_KEY }}
6363 repository-cache : true
6464 - name : Test
6565 run : |
66- ./.github/workflows/configurebb .sh
66+ ./.github/workflows/configure_bazelrc .sh
6767 bazel test --config ci --config ${{ matrix.bzlmod_config }} --compilation_mode ${{ matrix.compilation_mode }} //...
6868 env :
6969 BUILDBUDDY_API_KEY : ${{ secrets.BUILDBUDDY_API_KEY }}
9090 repository-cache : true
9191 - name : Test ${{ matrix.sanitizer }}
9292 run : |
93- ./.github/workflows/configurebb .sh
93+ ./.github/workflows/configure_bazelrc .sh
9494 bazel test --config ci --config ${{ matrix.sanitizer }} --config ${{ matrix.bzlmod_config }} //tests/sanitizers:${{ matrix.sanitizer }}_test
9595 env :
9696 BUILDBUDDY_API_KEY : ${{ secrets.BUILDBUDDY_API_KEY }}
@@ -107,7 +107,7 @@ jobs:
107107 repository-cache : true
108108 - name : Test Coverage
109109 run : |
110- ./.github/workflows/configurebb .sh
110+ ./.github/workflows/configure_bazelrc .sh
111111 bazel coverage --config ci //examples/hello_world_cpp:hello_world_cpp_test
112112 env :
113113 BUILDBUDDY_API_KEY : ${{ secrets.BUILDBUDDY_API_KEY }}
@@ -132,7 +132,7 @@ jobs:
132132 repository-cache : true
133133 - name : Test with RBE
134134 run : |
135- ./.github/workflows/configurebb .sh
135+ ./.github/workflows/configure_bazelrc .sh
136136 bazel test --config ci --config rbe --config ${{ matrix.bzlmod_config }} //...
137137 env :
138138 BUILDBUDDY_API_KEY : ${{ secrets.BUILDBUDDY_API_KEY }}
0 commit comments