more
This commit is contained in:
parent
40c9cd5010
commit
44190633ab
1 changed files with 2 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue