mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-10-31 19:43:46 +00:00 
			
		
		
		
	Add more comprehensive testing
This commit is contained in:
		
							parent
							
								
									9471c5df0b
								
							
						
					
					
						commit
						ea6d1c26e7
					
				
							
								
								
									
										18
									
								
								.github/workflows/e2e-tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.github/workflows/e2e-tests.yml
									
									
									
									
										vendored
									
									
								
							| @ -433,6 +433,8 @@ jobs: | |||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         operating-system: [ubuntu-latest, windows-latest, macOS-latest] |         operating-system: [ubuntu-latest, windows-latest, macOS-latest] | ||||||
|  |         lower-version: ['2.2.402', '3.0.103', '3.1.426', '6.0.408', '7.0.100'] | ||||||
|  |         higher-version: ['6.0.408', '7.0.203'] | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
| @ -440,17 +442,17 @@ jobs: | |||||||
|         shell: pwsh |         shell: pwsh | ||||||
|         run: __tests__/clear-toolcache.ps1 ${{ runner.os }} |         run: __tests__/clear-toolcache.ps1 ${{ runner.os }} | ||||||
|       # Install one version, use it for something, then switch to next version |       # Install one version, use it for something, then switch to next version | ||||||
|       - name: Setup dotnet 2.2.402 |       - name: Setup dotnet (lower version) | ||||||
|         uses: ./ |         uses: ./ | ||||||
|         with: |         with: | ||||||
|           dotnet-version: 2.2.402 |           dotnet-version: ${{ matrix.lower-version }} | ||||||
|       - name: Verify dotnet 2.2.402 |       - name: Verify dotnet (lower version) | ||||||
|         shell: pwsh |         shell: pwsh | ||||||
|         run: __tests__/verify-dotnet.ps1 -Patterns "^2.2.402$" |         run: __tests__/verify-dotnet.ps1 -Patterns "^${{ matrix.lower-version }}$" | ||||||
|       - name: Setup dotnet 7.0.203 |       - name: Setup dotnet (higher version) | ||||||
|         uses: ./ |         uses: ./ | ||||||
|         with: |         with: | ||||||
|           dotnet-version: 7.0.203 |           dotnet-version: ${{ matrix.higher-version }} | ||||||
|       - name: Verify dotnet 7.0.203 |       - name: Verify dotnet (higher version) | ||||||
|         shell: pwsh |         shell: pwsh | ||||||
|         run: __tests__/verify-dotnet.ps1 -Patterns "^7.0.203$" |         run: __tests__/verify-dotnet.ps1 -Patterns "^${{ matrix.higher-version }}$" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user