From d47cd4f0b97622f4cc6ecba8a433a8223dee88b9 Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Thu, 30 May 2024 13:25:57 -0700 Subject: [PATCH] explicit target --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe6439d..5e6aa09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: repository: bazelbuild/examples path: examples - - run: bazel build ... + - run: bazel build :ProjectRunner working-directory: examples/java-tutorial - if: failure() && runner.debug == '1' uses: mxschmitt/action-tmate@v3 \ No newline at end of file