We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9256984 commit 0874aaaCopy full SHA for 0874aaa
.github/workflows/ci.yaml
@@ -30,4 +30,4 @@ jobs:
30
password: ${{ secrets.GH_TOKEN }}
31
32
- name: Build and test
33
- run: bazel test --remote_header=x-buildbuddy-api-key=${{ secrets.BUILDBUDDY_TEST }} --remote_cache=grpcs://remote.buildbuddy.io --remote_timeout=10m //...
+ run: bazel build --remote_header=x-buildbuddy-api-key=${{ secrets.BUILDBUDDY_TEST }} --remote_cache=grpcs://remote.buildbuddy.io --remote_timeout=10m //...
0 commit comments