We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4b83b commit 6ce10eeCopy full SHA for 6ce10ee
.github/workflows/test_hosted.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
ref: ${{ inputs.trigger-sha || github.ref }}
20
- name: Build
21
- run: bazel build //...
+ run: bazel build -k //...
22
23
explore-windows:
24
runs-on: windows-x86-n2-16
@@ -27,4 +27,4 @@ jobs:
27
28
29
30
+ run: bazel --output_user_root="C:/tmp" --windows_enable_symlinks build -k //...
0 commit comments