Update .github/workflows/test.yaml
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Workflow Test / Step One (push) Successful in 2s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Workflow Test / Step One (push) Successful in 2s
				
			This commit is contained in:
		
							
								
								
									
										16
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							@@ -5,21 +5,7 @@ jobs:
 | 
			
		||||
  first:
 | 
			
		||||
    name: Step One
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    container:
 | 
			
		||||
      image: node:latest
 | 
			
		||||
      volumes:
 | 
			
		||||
        - ${{github.workspace}}:${{github.workspace}}
 | 
			
		||||
    container: alpine/git
 | 
			
		||||
    steps:
 | 
			
		||||
      - run: pwd
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - run: ls
 | 
			
		||||
  second:
 | 
			
		||||
    name: Step One
 | 
			
		||||
    needs: first
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    container:
 | 
			
		||||
      image: node:latest
 | 
			
		||||
      volumes:
 | 
			
		||||
        - ${{github.workspace}}:${{github.workspace}}
 | 
			
		||||
    steps:
 | 
			
		||||
      - run: ls
 | 
			
		||||
		Reference in New Issue
	
	Block a user