Skip to content

Commit 35717d4

Browse files
committed
Update workflow
1 parent 0611bc0 commit 35717d4

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/bazel.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
31

42
name: Bazel
53

@@ -23,10 +21,5 @@ jobs:
2321
disk-cache: ${{ github.workflow }}
2422
# Share repository cache between workflows.
2523
repository-cache: true
26-
- name: Mount bazel cache # Optional
27-
uses: actions/cache@v4
28-
with:
29-
path: "~/.cache/bazel"
30-
key: bazel
3124
- run: bazel build //...
3225
- run: bazel test //...

0 commit comments

Comments
 (0)