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:
		
							
								
								
									
										6
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							@@ -8,9 +8,9 @@ jobs:
 | 
			
		||||
    container:
 | 
			
		||||
      image: node:latest
 | 
			
		||||
      volumes:
 | 
			
		||||
        - ${{github.workspace}}:/app
 | 
			
		||||
        - ${{github.workspace}}:${{github.workspace}}
 | 
			
		||||
    steps:
 | 
			
		||||
      - run: cd /app
 | 
			
		||||
      - run: pwd
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - run: ls
 | 
			
		||||
  second:
 | 
			
		||||
@@ -20,6 +20,6 @@ jobs:
 | 
			
		||||
    container:
 | 
			
		||||
      image: node:latest
 | 
			
		||||
      volumes:
 | 
			
		||||
        - ${{github.workspace}}:/root
 | 
			
		||||
        - ${{github.workspace}}:${{github.workspace}}
 | 
			
		||||
    steps:
 | 
			
		||||
      - run: ls
 | 
			
		||||
		Reference in New Issue
	
	Block a user