Skip to content

Commit 32aabc4

Browse files
authored
chore(e2e): disable protoc for e2e tests (#15701)
## Motivation There is no `protoc-gen-go-grpc` for arm64. ## Implementation information Disable installation of `protoc-gen-go-grpc` during e2e tests ## Supporting documentation 4919979 Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com>
1 parent b59fb5e commit 32aabc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
3535
env:
3636
GITHUB_TOKEN: ${{ github.token }}
37-
MISE_DISABLE_TOOLS: "golangci-lint,skaffold"
37+
MISE_DISABLE_TOOLS: "clang-format,golangci-lint,skaffold,protoc-gen-go-grpc"
3838
- name: "Free up disk space for the Runner"
3939
run: |
4040
echo "Disk usage before cleanup"

0 commit comments

Comments
 (0)