1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2026-02-18 07:21:19 +01:00

Fix e2e tests

This commit is contained in:
Nikolai Laevskii
2023-05-12 18:38:20 +02:00
parent ea6d1c26e7
commit faa708d00b

View File

@@ -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 }}$"