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 9fc69da commit 9bf7c49Copy full SHA for 9bf7c49
.github/workflows/ci.bazelrc
.github/workflows/release.yml
@@ -12,11 +12,6 @@ jobs:
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v2
15
- - name: bazel test //...
16
- env:
17
- # Bazelisk will download bazel to here
18
- XDG_CACHE_HOME: ~/.cache/bazel-repo
19
- run: bazel --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc test //...
20
- name: Prepare workspace snippet
21
run: .github/workflows/workspace_snippet.sh ${{ env.GITHUB_REF_NAME }} > release_notes.txt
22
- name: Release
0 commit comments