ci
This commit is contained in:
parent
a60ada6c08
commit
0d8dec62ee
1 changed files with 3 additions and 2 deletions
|
|
@ -19,11 +19,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
bazel \
|
bazel \
|
||||||
--output_user_root=/var/cache/bazel \
|
--output_user_root=/var/cache/bazel \
|
||||||
test
|
test \
|
||||||
--remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \
|
--remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \
|
||||||
--noremote_upload_local_results \
|
--noremote_upload_local_results \
|
||||||
--noremote_cache_async \
|
--noremote_cache_async \
|
||||||
//... --test_output=all
|
--test_output=all \
|
||||||
|
//...
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: test
|
needs: test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue