From 76943e7a77d95e2a57e44fbdab7402935dc81859 Mon Sep 17 00:00:00 2001 From: hlts2 Date: Tue, 21 May 2024 17:49:57 +0900 Subject: [PATCH] fix: client type Signed-off-by: hlts2 --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index af957155..3f4954f9 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -28,4 +28,4 @@ jobs: - uses: actions/checkout@v3 - uses: vdaas/vald-client-ci/.github/actions/e2e@main with: - client_type: go # Make them fail intentionally. + client_type: java