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