We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0611bc0 commit 35717d4Copy full SHA for 35717d4
1 file changed
.github/workflows/bazel.yml
@@ -1,5 +1,3 @@
1
-# This workflow will build a golang project
2
-# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
3
4
name: Bazel
5
@@ -23,10 +21,5 @@ jobs:
23
21
disk-cache: ${{ github.workflow }}
24
22
# Share repository cache between workflows.
25
repository-cache: true
26
- - name: Mount bazel cache # Optional
27
- uses: actions/cache@v4
28
- with:
29
- path: "~/.cache/bazel"
30
- key: bazel
31
- run: bazel build //...
32
- run: bazel test //...
0 commit comments