From 773103abc98663f05b7591628e6b8f877cf1bfae Mon Sep 17 00:00:00 2001 From: PJ Reiniger Date: Thu, 28 Dec 2023 22:21:23 -0500 Subject: [PATCH] More --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c27e48f..fc68949 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: { python-version: '3.10.8' } - - run: bazel ${{ matrix.bazel_options }} build -k ${{ matrix.config }} --config=remote @//... + - run: bazel ${{ matrix.bazel_options }} build -k ${{ matrix.config }} --config=remote @rules_bzlmodrio_jdk//... working-directory: tests - run: bazel ${{ matrix.bazel_options }} build -k ${{ matrix.config }} --verbose_failures --config=remote //... || true working-directory: tests