fix: Speed up CI builds with more caches
This commit is contained in:
		
							parent
							
								
									7bdbbefdf2
								
							
						
					
					
						commit
						d73226892a
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -7,6 +7,8 @@ cache:
 | 
				
			||||||
  paths:
 | 
					  paths:
 | 
				
			||||||
    - _build/
 | 
					    - _build/
 | 
				
			||||||
    - deps/
 | 
					    - deps/
 | 
				
			||||||
 | 
					    - node_modules/
 | 
				
			||||||
 | 
					    - apps/app/assets/node_modules/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
variables:
 | 
					variables:
 | 
				
			||||||
  POSTGRES_PASSWORD: "postgres"
 | 
					  POSTGRES_PASSWORD: "postgres"
 | 
				
			||||||
| 
						 | 
					@ -19,7 +21,7 @@ variables:
 | 
				
			||||||
test:
 | 
					test:
 | 
				
			||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  needs: []
 | 
					  needs: []
 | 
				
			||||||
  image: "elixir:1.10"
 | 
					  image: "elixir:1.11.3-alpine"
 | 
				
			||||||
  services:
 | 
					  services:
 | 
				
			||||||
  - name: postgres:12
 | 
					  - name: postgres:12
 | 
				
			||||||
  script: script/cibuild
 | 
					  script: script/cibuild
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue