mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-11-04 12:36:23 +00:00 
			
		
		
		
	Add test container reuse for github workflows (#4563)
This commit is contained in:
		
							parent
							
								
									c6e8181fa9
								
							
						
					
					
						commit
						cf3fc89c27
					
				
							
								
								
									
										1
									
								
								.github/workflows/maven-build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/maven-build.yml
									
									
									
									
										vendored
									
									
								
							@ -60,6 +60,7 @@ jobs:
 | 
			
		||||
        if: ${{ github.event_name == 'pull_request_target' }}
 | 
			
		||||
        run: |
 | 
			
		||||
          git fetch --no-tags https://github.com/open-metadata/OpenMetadata.git +refs/heads/main:refs/remotes/origin/main
 | 
			
		||||
          echo 'testcontainers.reuse.enable=true' >> ~/.testcontainers.properties
 | 
			
		||||
          mvn -Dsonar.login=${{ secrets.SONAR_TOKEN }} \
 | 
			
		||||
              -Dsonar.pullrequest.key=${{ github.event.pull_request.number }} \
 | 
			
		||||
              -Dsonar.pullrequest.branch=${{ github.head_ref }} \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user