Skip to content

Commit 63d2b41

Browse files
author
Tim Middleton
committed
Correct tls test
1 parent e185600 commit 63d2b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dapr-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
shell: bash
7575
run: |
7676
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5.1
77-
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,secure,jakarta,-javax COHERENCE_VERSION=$COH_VERSION make certs clean generate-proto generate-proto-v1 build-test-images test-cluster-startup test-dapr-tls
77+
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,secure,jakarta,-javax COHERENCE_VERSION=$COH_VERSION make clean certs generate-proto generate-proto-v1 build-test-images test-cluster-startup test-dapr-tls
7878
make test-cluster-shutdown
7979
8080
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)