Fix e2e tests

pull/433/head
Nikolai Laevskii 2 years ago
parent ea6d1c26e7
commit faa708d00b

@ -455,4 +455,4 @@ jobs:
dotnet-version: ${{ matrix.higher-version }}
- name: Verify dotnet (higher version)
shell: pwsh
run: __tests__/verify-dotnet.ps1 -Patterns "^${{ matrix.higher-version }}$"
run: __tests__/verify-dotnet.ps1 -Patterns "^${{ matrix.lower-version }}$", "^${{ matrix.higher-version }}$"

Loading…
Cancel
Save