Change e2e test

This commit is contained in:
IvanZosimov 2022-08-18 14:05:28 +02:00
parent 459d3c17af
commit f2b31909b2

View File

@ -166,7 +166,7 @@ jobs:
dotnet-version: 3.0.*
- name: Verify dotnet
shell: pwsh
run: __tests__/verify-dotnet.ps1 2.2 3.0 3.1
run: __tests__/verify-dotnet.ps1 '2.2' '3.0' '3.1'
test-setup-with-wildcard:
runs-on: ${{ matrix.operating-system }}