From 44190633ab9b77273ff21d568801d77299ad2635 Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Fri, 31 May 2024 15:18:21 -0700 Subject: [PATCH] more --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8983a3..f11eb4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,11 +29,11 @@ jobs: repository: bazelbuild/examples sparse-checkout: java-maven sparse-checkout-cone-mode: false - - run: mv java-maven/* . && rmdir java-maven + - run: shopt -s dotglob && mv java-maven/* . && rmdir java-maven && ls -la + if: matrix.os != 'windows' - uses: actions/checkout@v4 with: path: setup-bazel - - run: ls - uses: ./setup-bazel/ with: bazelisk-cache: true @@ -41,8 +41,6 @@ jobs: remote-cache: true repository-cache: true - run: bazel build ... - working-directory: java-maven - run: bazel test ... - working-directory: java-maven - if: failure() && runner.debug == '1' uses: mxschmitt/action-tmate@v3