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:
101101          invoke standalone-tests --protocol=3 
102102
103103name : Combine test coverage 
104-         run : coverage combine combined-coverage.xml coverage/ 
104+         run : | 
105+           ls -1 
106+           coverage combine combined-coverage.xml coverage/ 
105107
106108name : Upload test results and profiling data 
107109        uses : actions/upload-artifact@v4 
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def devenv(c):
2020def  devenv_cluster (c ):
2121    """Brings up the test environment for OSS cluster redis, by wrapping docker compose.""" 
2222    clean (c )
23-     cmd  =  "docker compose --profile cluster up -d --build" 
23+     cmd  =  "docker compose --profile cluster --profile ssl  up -d --build" 
2424    run (cmd )
2525
2626
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments