mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 11:36:50 +00:00 
			
		
		
		
	remove git from js unit test ci action
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/js-unittest.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/js-unittest.yml
									
									
									
									
										vendored
									
									
								
							| @@ -16,7 +16,7 @@ jobs: | ||||
|       - name: Install apt updates | ||||
|         run: sudo apt -y update; sudo apt -y upgrade; | ||||
|       - name: Install prerequisites | ||||
|         run: sudo apt install -y nodejs npm git; | ||||
|         run: sudo apt install -y nodejs npm; | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v3 | ||||
|       - name: Install dependencies | ||||
|   | ||||
		Reference in New Issue
	
	Block a user