Fix e2e tests
This commit is contained in:
parent
ea6d1c26e7
commit
faa708d00b
|
@ -455,4 +455,4 @@ jobs:
|
||||||
dotnet-version: ${{ matrix.higher-version }}
|
dotnet-version: ${{ matrix.higher-version }}
|
||||||
- name: Verify dotnet (higher version)
|
- name: Verify dotnet (higher version)
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: __tests__/verify-dotnet.ps1 -Patterns "^${{ matrix.higher-version }}$"
|
run: __tests__/verify-dotnet.ps1 -Patterns "^${{ matrix.lower-version }}$", "^${{ matrix.higher-version }}$"
|
||||||
|
|
Loading…
Reference in New Issue