1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2025-04-08 20:29:26 +07:00

Fix e2e tests

This commit is contained in:
Nikolai Laevskii 2023-05-12 18:38:20 +02:00
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 }}$"