mirror of
				https://github.com/actions/setup-node.git
				synced 2025-10-31 23:43:33 +00:00 
			
		
		
		
	Test doesnt depend on build
This commit is contained in:
		
							parent
							
								
									61cf07b2f3
								
							
						
					
					
						commit
						07e39ed137
					
				
							
								
								
									
										4
									
								
								.github/main.workflow
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/main.workflow
									
									
									
									
										vendored
									
									
								
							| @ -1,6 +1,6 @@ | ||||
| workflow "CI" { | ||||
|   on = "push" | ||||
|   resolves = ["Format", "Test"] | ||||
|   resolves = ["Format", "Build", "Test"] | ||||
| } | ||||
| 
 | ||||
| action "Dependencies" { | ||||
| @ -21,7 +21,7 @@ action "Format" { | ||||
| } | ||||
| 
 | ||||
| action "Test" { | ||||
|   needs = "Build" | ||||
|   needs = "Dependencies" | ||||
|   uses = "actions/npm@v2.0.0" | ||||
|   args = "test" | ||||
| } | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user