Update unit tests

This commit is contained in:
IvanZosimov
2023-04-12 16:44:51 +02:00
parent 34c30d0e81
commit 7358a44590
3 changed files with 7 additions and 5 deletions

View File

@@ -177,17 +177,17 @@ jobs:
- name: Clear toolcache
shell: pwsh
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
- name: Setup dotnet '5.0.1xx'
- name: Setup dotnet '5.0.2xx'
uses: ./
with:
dotnet-version: '5.0.1xx'
dotnet-version: '5.0.2xx'
- name: Setup dotnet '7.0.1xx'
uses: ./
with:
dotnet-version: '7.0.1xx'
- name: Verify dotnet
shell: pwsh
run: __tests__/verify-dotnet.ps1 5.0.1 7.0.1
run: __tests__/verify-dotnet.ps1 5.0.2 7.0.1
test-setup-global-json-specified-and-version:
runs-on: ${{ matrix.operating-system }}