mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 01:28:56 +08:00 
			
		
		
		
	Enable configuration cache on CI
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/dev.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/dev.yml
									
									
									
									
										vendored
									
									
								
							@@ -28,8 +28,8 @@ jobs:
 | 
			
		||||
    - name: Test dist download
 | 
			
		||||
      uses: ./
 | 
			
		||||
      with:
 | 
			
		||||
        gradle-version: 6.5
 | 
			
		||||
        gradle-version: 6.6-milestone-1
 | 
			
		||||
        build-root-directory: __tests__/data/basic
 | 
			
		||||
        dependencies-cache-enabled: true
 | 
			
		||||
        configuration-cache-enabled: true
 | 
			
		||||
        arguments: test
 | 
			
		||||
        arguments: test --configuration-cache
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								.github/workflows/prod.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/prod.yml
									
									
									
									
										vendored
									
									
								
							@@ -27,8 +27,8 @@ jobs:
 | 
			
		||||
    - name: Test dist download
 | 
			
		||||
      uses: ./
 | 
			
		||||
      with:
 | 
			
		||||
        gradle-version: 6.5
 | 
			
		||||
        gradle-version: 6.6-milestone-1
 | 
			
		||||
        build-root-directory: __tests__/data/basic
 | 
			
		||||
        dependencies-cache-enabled: true
 | 
			
		||||
        configuration-cache-enabled: true
 | 
			
		||||
        arguments: test
 | 
			
		||||
        arguments: test --configuration-cache
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user