From aaf3a37909e5de45e0eeaf3ae8c7e3feaec81d56 Mon Sep 17 00:00:00 2001 From: Hiroto Funakoshi Date: Wed, 22 May 2024 12:24:38 +0900 Subject: [PATCH] fix: client type (#304) 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