CI/CD no need to run redis anymore, as we have our fake limited one
This commit is contained in:
		
							
								
								
									
										14
									
								
								.github/workflows/ccpp.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/ccpp.yml
									
									
									
									
										vendored
									
									
								
							| @@ -17,16 +17,16 @@ jobs: | |||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v1 |     - uses: actions/checkout@v1 | ||||||
|  |  | ||||||
|     - name: install redis |  | ||||||
|       run: brew install redis |  | ||||||
|  |  | ||||||
|     - name: start redis server |  | ||||||
|       run: brew services start redis |  | ||||||
|  |  | ||||||
|     - name: make test |     - name: make test | ||||||
|       run: make test |       run: make test | ||||||
|  |  | ||||||
|  |       #     We don't need to have redis running anymore, as we have our fake limited one | ||||||
|  |       #     - name: install redis | ||||||
|  |       #       run: brew install redis | ||||||
|  |       #  | ||||||
|  |       #     - name: start redis server | ||||||
|  |       #       run: brew services start redis | ||||||
|  |  | ||||||
|       #  # Windows does not work yet, I'm stuck at getting CMake to run + finding vcpkg |       #  # Windows does not work yet, I'm stuck at getting CMake to run + finding vcpkg | ||||||
|       #  win: |       #  win: | ||||||
|       #    runs-on: windows-2016 |       #    runs-on: windows-2016 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user