WIP on CI
This commit is contained in:
		
							parent
							
								
									fb24775d15
								
							
						
					
					
						commit
						77789e1ced
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -82,10 +82,10 @@ jobs:
 | 
				
			||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
    services:
 | 
					    services:
 | 
				
			||||||
      redis:
 | 
					      redis:
 | 
				
			||||||
        image: redislabs/redismod:{{ matrix.redismod }}
 | 
					        image: "redislabs/redismod:{{ matrix.redismod }}"
 | 
				
			||||||
        ports:
 | 
					        ports:
 | 
				
			||||||
        # Maps port 6379 on service container to the host
 | 
					          # Maps port 6379 on service container to the host
 | 
				
			||||||
        - 6379:6379
 | 
					          - 6379:6379
 | 
				
			||||||
        # Set health checks to wait until redis has started
 | 
					        # Set health checks to wait until redis has started
 | 
				
			||||||
        options: >-
 | 
					        options: >-
 | 
				
			||||||
          --health-cmd "redis-cli ping"
 | 
					          --health-cmd "redis-cli ping"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue