mirror of
				https://github.com/NVIDIA/nvidia-container-toolkit
				synced 2025-06-26 18:18:24 +00:00 
			
		
		
		
	Add pre sanity
Signed-off-by: rorajani <rorajani@nvidia.com>
This commit is contained in:
		
							parent
							
								
									5bc72b70b8
								
							
						
					
					
						commit
						cda96f2f9e
					
				
							
								
								
									
										2
									
								
								.github/workflows/blossom-ci.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/blossom-ci.yaml
									
									
									
									
										vendored
									
									
								
							| @ -36,7 +36,7 @@ jobs: | ||||
|     if: | | ||||
|          contains( '\ | ||||
|          anstockatnv,\ | ||||
|          rohitrajani2018,\ | ||||
|          rorajani,\ | ||||
|          cdesiniotis,\ | ||||
|          shivamerla,\ | ||||
|          ArangoGutierrez,\ | ||||
|  | ||||
							
								
								
									
										22
									
								
								.github/workflows/pre-sanity.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								.github/workflows/pre-sanity.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,22 @@ | ||||
| name: Run pre sanity | ||||
| 
 | ||||
| # run this workflow for each commit | ||||
| on: [pull_request] | ||||
| 
 | ||||
| jobs: | ||||
|   build: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v3 | ||||
|               | ||||
|       - name: Build dev image | ||||
|         run: make .build-image | ||||
|        | ||||
|       - name: Build | ||||
|         run: make docker-build | ||||
| 
 | ||||
|       - name: Tests | ||||
|         run: make docker-coverage | ||||
| 
 | ||||
|       - name: Checks | ||||
|         run: make docker-check | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user