mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 10:24:19 +08:00 
			
		
		
		
	Fix job names
This commit is contained in:
		
							parent
							
								
									b6b8aa78d8
								
							
						
					
					
						commit
						f15bc7a0d9
					
				
							
								
								
									
										6
									
								
								.github/workflows/workflow.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/workflow.yml
									
									
									
									
										vendored
									
									
								
							| @ -47,7 +47,7 @@ jobs: | ||||
|       run: npm run test | ||||
| 
 | ||||
|   # End to end save and restore | ||||
|   test-save: | ||||
|   test-save-relative: | ||||
|     strategy: | ||||
|       matrix: | ||||
|         os: [ubuntu-latest, windows-latest, macOS-latest] | ||||
| @ -63,8 +63,8 @@ jobs: | ||||
|       with: | ||||
|         key: test-${{ runner.os }}-${{ github.run_id }} | ||||
|         path: test-cache | ||||
|   test-restore: | ||||
|     needs: test-save | ||||
|   test-restore-relative: | ||||
|     needs: test-save-relative | ||||
|     strategy: | ||||
|       matrix: | ||||
|         os: [ubuntu-latest, windows-latest, macOS-latest] | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 David Hadka
						David Hadka