Skip to content

Commit 9712d42

Browse files
Fix e2e tests
1 parent 655d1c7 commit 9712d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,4 +395,4 @@ jobs:
395395
dotnet-version: ${{ matrix.higher-version }}
396396
- name: Verify dotnet (higher version)
397397
shell: pwsh
398-
run: __tests__/verify-dotnet.ps1 -Patterns "^${{ matrix.higher-version }}$"
398+
run: __tests__/verify-dotnet.ps1 -Patterns "^${{ matrix.lower-version }}$", "^${{ matrix.higher-version }}$"

0 commit comments

Comments
 (0)