Skip to content

Commit ff2c409

Browse files
committed
Using redis-server from installed apt
1 parent 198256b commit ff2c409

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,29 +41,25 @@ jobs:
4141
- name: Test OSS TCP
4242
timeout-minutes: 10
4343
run: |
44-
REDIS_SERVER=../redis/src/redis-server \
4544
./tests/run_tests.sh
4645
4746
- name: Test OSS TCP TLS
4847
if: matrix.platform == 'ubuntu-latest'
4948
timeout-minutes: 10
5049
run: |
51-
TLS=1 REDIS_SERVER=../redis/src/redis-server \
52-
./tests/run_tests.sh
50+
TLS=1 ./tests/run_tests.sh
5351
5452
- name: Test OSS-CLUSTER TCP
5553
timeout-minutes: 10
5654
run: |
5755
OSS_STANDALONE=0 OSS_CLUSTER=1 \
58-
REDIS_SERVER=../redis/src/redis-server \
5956
./tests/run_tests.sh
6057
6158
- name: Test OSS-CLUSTER TCP TLS
6259
timeout-minutes: 10
6360
if: matrix.platform == 'ubuntu-latest'
6461
run: |
6562
OSS_STANDALONE=0 OSS_CLUSTER=1 TLS=1 \
66-
REDIS_SERVER=../redis/src/redis-server \
6763
./tests/run_tests.sh
6864
6965
build-macos:

0 commit comments

Comments
 (0)