Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed May 31, 2024
1 parent cea7755 commit c77cd78
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,17 @@ jobs:
sparse-checkout-cone-mode: false
- uses: actions/checkout@v4
with:
path: setup-bazel
path: java-maven/setup-bazel
- run: ls -l
- uses: ./setup-bazel/
- uses: ./java-maven/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 c77cd78

Please sign in to comment.