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