mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 03:04:01 +00:00 
			
		
		
		
	fix needs option for test-only-restore job
				
					
				
			* also format code with prettier
This commit is contained in:
		
							parent
							
								
									f20d3c830c
								
							
						
					
					
						commit
						2807da784f
					
				
							
								
								
									
										2
									
								
								.github/workflows/workflow.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/workflow.yml
									
									
									
									
										vendored
									
									
								
							@ -72,7 +72,7 @@ jobs:
 | 
				
			|||||||
          test-cache
 | 
					          test-cache
 | 
				
			||||||
          ~/test-cache
 | 
					          ~/test-cache
 | 
				
			||||||
  test-only-restore:
 | 
					  test-only-restore:
 | 
				
			||||||
    needs: test-restore
 | 
					    needs: test-save
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        os: [ubuntu-latest, windows-latest, macOS-latest]
 | 
					        os: [ubuntu-latest, windows-latest, macOS-latest]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user