Update integration tests

This commit is contained in:
Nikolai Laevskii 2023-09-04 03:35:07 +02:00
parent e4db8cc43a
commit 14b07e8557

View File

@ -41,20 +41,10 @@ jobs:
shell: pwsh
run: |
__tests__/verify-dotnet.ps1 -Patterns "^${{ matrix.dotnet-version }}"
setup-versions-prefer-installed:
runs-on: ${{ matrix.operating-system }}
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
dotnet-version: ['2.1', '2.2', '3.0', '3.1', '5.0', '6.0', '7.0', '8.0']
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Clear toolcache
- name: List installed versions
shell: pwsh
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
- name: Setup dotnet ${{ matrix.dotnet-version }}
run: dotnet --list-sdks
- name: Run setup again with prefer installed option
uses: ./
with:
dotnet-version: ${{ matrix.dotnet-version }}
@ -63,3 +53,6 @@ jobs:
shell: pwsh
run: |
__tests__/verify-dotnet.ps1 -Patterns "^${{ matrix.dotnet-version }}"
- name: List installed versions
shell: pwsh
run: dotnet --list-sdks