mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	ci: fix git config for unit tests
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -174,6 +174,11 @@ jobs:
 | 
			
		||||
    env:
 | 
			
		||||
      SKIP_INTEGRATION_TESTS: 1
 | 
			
		||||
    steps:
 | 
			
		||||
      -
 | 
			
		||||
        name: Setup Git config
 | 
			
		||||
        run: |
 | 
			
		||||
          git config --global core.autocrlf false
 | 
			
		||||
          git config --global core.eol lf
 | 
			
		||||
      -
 | 
			
		||||
        name: Checkout
 | 
			
		||||
        uses: actions/checkout@v4
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user