Skip to content

Commit

Permalink
Fix ci-grpc v1 should define env SPAN_STORAGE_TYPE=memory
Browse files Browse the repository at this point in the history
Signed-off-by: James Ryans <james.ryans2012@gmail.com>
  • Loading branch information
james-ryans committed Apr 7, 2024
1 parent 18876bd commit ca75924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-grpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ca75924

Please sign in to comment.