dev: ci: show stack build plans for deps
This commit is contained in:
		
							parent
							
								
									3637a247d5
								
							
						
					
					
						commit
						07cb4ca58c
					
				
							
								
								
									
										1
									
								
								.github/workflows/binaries-mac-x64.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/binaries-mac-x64.yml
									
									
									
									
										vendored
									
									
								
							| @ -128,6 +128,7 @@ jobs: | ||||
|       env: | ||||
|         stack: ${{ matrix.plan.stack }} | ||||
|       run: | | ||||
|         $stack build --test --only-dependencies --dry-run | ||||
|         $stack build --test --only-dependencies | ||||
|       if: env.CONTINUE | ||||
| 
 | ||||
|  | ||||
							
								
								
									
										1
									
								
								.github/workflows/binaries-windows-x64.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/binaries-windows-x64.yml
									
									
									
									
										vendored
									
									
								
							| @ -144,6 +144,7 @@ jobs: | ||||
| 
 | ||||
|     - name: Install haskell deps | ||||
|       run: | | ||||
|         ./stack --no-terminal build --only-dependencies --dry-run | ||||
|         ./stack --no-terminal build --only-dependencies | ||||
|       if: env.CONTINUE | ||||
| 
 | ||||
|  | ||||
							
								
								
									
										1
									
								
								.github/workflows/test-linux-x64.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/test-linux-x64.yml
									
									
									
									
										vendored
									
									
								
							| @ -215,6 +215,7 @@ jobs: | ||||
|       env: | ||||
|         stack: ${{ matrix.plan.stack }} | ||||
|       run: | | ||||
|         $stack build --test --bench --only-dependencies --dry-run | ||||
|         $stack build --test --bench --only-dependencies | ||||
|       if: env.CONTINUE | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user