mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 03:38:36 +08:00 
			
		
		
		
	Clarify that test is expected to fail
This commit is contained in:
		
							parent
							
								
									72831e69e5
								
							
						
					
					
						commit
						d9536f63af
					
				
							
								
								
									
										4
									
								
								.github/workflows/workflow.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/workflow.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -82,7 +82,7 @@ jobs: | ||||||
|       run: __tests__/verify-cache-files.sh ${{ runner.os }}-save ~/test-cache |       run: __tests__/verify-cache-files.sh ${{ runner.os }}-save ~/test-cache | ||||||
| 
 | 
 | ||||||
|   # End to end with save-always |   # End to end with save-always | ||||||
|   test-save-always: |   test-save-always-with-failure: | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         os: [ubuntu-latest, windows-latest, macOS-latest] |         os: [ubuntu-latest, windows-latest, macOS-latest] | ||||||
|  | @ -105,7 +105,7 @@ jobs: | ||||||
|           __tests__/create-cache-files.sh ${{ runner.os }}-save-always test-cache |           __tests__/create-cache-files.sh ${{ runner.os }}-save-always test-cache | ||||||
|           exit 1 |           exit 1 | ||||||
|   test-save-always-restore: |   test-save-always-restore: | ||||||
|     needs: test-save-always |     needs: test-save-always-with-failure | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         os: [ubuntu-latest, windows-latest, macOS-latest] |         os: [ubuntu-latest, windows-latest, macOS-latest] | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Danny Gleckler
						Danny Gleckler