From ca75924011227da330b14aedc30c2ba78774b04a Mon Sep 17 00:00:00 2001 From: James Ryans Date: Sun, 7 Apr 2024 21:58:21 +0700 Subject: [PATCH] Fix ci-grpc v1 should define env SPAN_STORAGE_TYPE=memory Signed-off-by: James Ryans --- .github/workflows/ci-grpc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-grpc.yml b/.github/workflows/ci-grpc.yml index e523f88f618..482b2bfbe1f 100644 --- a/.github/workflows/ci-grpc.yml +++ b/.github/workflows/ci-grpc.yml @@ -37,7 +37,8 @@ jobs: run: | case ${{ matrix.version }} in v1) - make grpc-storage-integration-test + SPAN_STORAGE_TYPE=memory \ + make grpc-storage-integration-test ;; v2) STORAGE=grpc \