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: |       env: | ||||||
|         stack: ${{ matrix.plan.stack }} |         stack: ${{ matrix.plan.stack }} | ||||||
|       run: | |       run: | | ||||||
|  |         $stack build --test --only-dependencies --dry-run | ||||||
|         $stack build --test --only-dependencies |         $stack build --test --only-dependencies | ||||||
|       if: env.CONTINUE |       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 |     - name: Install haskell deps | ||||||
|       run: | |       run: | | ||||||
|  |         ./stack --no-terminal build --only-dependencies --dry-run | ||||||
|         ./stack --no-terminal build --only-dependencies |         ./stack --no-terminal build --only-dependencies | ||||||
|       if: env.CONTINUE |       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: |       env: | ||||||
|         stack: ${{ matrix.plan.stack }} |         stack: ${{ matrix.plan.stack }} | ||||||
|       run: | |       run: | | ||||||
|  |         $stack build --test --bench --only-dependencies --dry-run | ||||||
|         $stack build --test --bench --only-dependencies |         $stack build --test --bench --only-dependencies | ||||||
|       if: env.CONTINUE |       if: env.CONTINUE | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user