File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,9 @@ jobs:
101
101
invoke standalone-tests --protocol=3
102
102
103
103
- name : Combine test coverage
104
- run : coverage combine combined-coverage.xml coverage/
104
+ run : |
105
+ ls -1
106
+ coverage combine combined-coverage.xml coverage/
105
107
106
108
- name : Upload test results and profiling data
107
109
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def devenv(c):
20
20
def devenv_cluster (c ):
21
21
"""Brings up the test environment for OSS cluster redis, by wrapping docker compose."""
22
22
clean (c )
23
- cmd = "docker compose --profile cluster up -d --build"
23
+ cmd = "docker compose --profile cluster --profile ssl up -d --build"
24
24
run (cmd )
25
25
26
26
You can’t perform that action at this time.
0 commit comments