Skip to content

Commit faa708d

Browse files
Fix e2e tests
1 parent ea6d1c2 commit faa708d

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
@@ -455,4 +455,4 @@ jobs:
455455
dotnet-version: ${{ matrix.higher-version }}
456456
- name: Verify dotnet (higher version)
457457
shell: pwsh
458-
run: __tests__/verify-dotnet.ps1 -Patterns "^${{ matrix.higher-version }}$"
458+
run: __tests__/verify-dotnet.ps1 -Patterns "^${{ matrix.lower-version }}$", "^${{ matrix.higher-version }}$"

0 commit comments

Comments
 (0)