Skip to content

Commit 6763990

Browse files
committed
add env var to test-redis-enterprise action
1 parent 1f96080 commit 6763990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-redis-enterprise.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Test
4848
env:
4949
RE_CLUSTER: "1"
50+
USE_PREBUILT_REDIS: "1"
5051
run: |
5152
go test \
5253
--ginkgo.skip-file="ring_test.go" \

0 commit comments

Comments
 (0)