From 26a47941389d0e27ca5b00253977ae3127e68bd5 Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Thu, 30 May 2024 13:21:40 -0700 Subject: [PATCH] add examples CI --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04044ef..c600d2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,13 @@ jobs: - ubuntu - windows steps: + - uses: actions/checkout@v4 + with: + repository: bazelbuild/examples + path: examples - uses: actions/checkout@v4 - uses: ./ + - run: bazel build ... + working-directory: examples/java-tutorial - if: failure() && runner.debug == '1' - uses: mxschmitt/action-tmate@v3 + uses: mxschmitt/action-tmate@v3 \ No newline at end of file