mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-04 19:58:21 +08:00 
			
		
		
		
	Test for all OSes
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							@@ -8,13 +8,17 @@ jobs:
 | 
			
		||||
  test_default_inputs:
 | 
			
		||||
    name: Test with default inputs
 | 
			
		||||
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    runs-on: ${{ matrix.os }}
 | 
			
		||||
 | 
			
		||||
    strategy:
 | 
			
		||||
      fail-fast: false
 | 
			
		||||
      matrix:
 | 
			
		||||
        pnpm:
 | 
			
		||||
          - 4.11.1
 | 
			
		||||
        os:
 | 
			
		||||
          - ubuntu-latest
 | 
			
		||||
          - macos-latest
 | 
			
		||||
          - windows-latest
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user