mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 11:22:13 +08:00 
			
		
		
		
	add step to initialize vendors
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							@@ -27,6 +27,9 @@ jobs:
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v3
 | 
			
		||||
    - name: Initialize vendors
 | 
			
		||||
      run: |
 | 
			
		||||
          PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "Invoke-Expression '. ''scripts\build.ps1'' -verbose'"
 | 
			
		||||
    - name: Testing Clink Shell
 | 
			
		||||
      run: |
 | 
			
		||||
          cmd /c vendor\init.bat /v /d /t
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user