Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed May 31, 2024
1 parent 40c9cd5 commit 4419063
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,18 @@ 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
bazelisk-version: 1.x
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

0 comments on commit 4419063

Please sign in to comment.