This commit is contained in:
Alex Rodionov 2024-05-31 15:18:21 -07:00
parent 40c9cd5010
commit 44190633ab

View file

@ -29,11 +29,11 @@ jobs:
repository: bazelbuild/examples repository: bazelbuild/examples
sparse-checkout: java-maven sparse-checkout: java-maven
sparse-checkout-cone-mode: false 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 - uses: actions/checkout@v4
with: with:
path: setup-bazel path: setup-bazel
- run: ls
- uses: ./setup-bazel/ - uses: ./setup-bazel/
with: with:
bazelisk-cache: true bazelisk-cache: true
@ -41,8 +41,6 @@ jobs:
remote-cache: true remote-cache: true
repository-cache: true repository-cache: true
- run: bazel build ... - run: bazel build ...
working-directory: java-maven
- run: bazel test ... - run: bazel test ...
working-directory: java-maven
- if: failure() && runner.debug == '1' - if: failure() && runner.debug == '1'
uses: mxschmitt/action-tmate@v3 uses: mxschmitt/action-tmate@v3