Skip to content

Commit 5242c61

Browse files
committed
Fix the OS comparison test
1 parent 3bcfdd4 commit 5242c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
package-name: ${{ matrix.lib.name }}
7979
playwright: ${{ matrix.lib.changes && matrix.lib.needsPlaywright }}
80-
shell: ${{ matrix.os == 'Windows' && 'pwsh' || 'bash' }}
80+
shell: ${{ matrix.os == 'windows-latest' && 'pwsh' || 'bash' }}
8181

8282
- name: Run Tests
8383
if: matrix.lib.changes

0 commit comments

Comments
 (0)