We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcfdd4 commit 5242c61Copy full SHA for 5242c61
.github/workflows/pull-request.yml
@@ -77,7 +77,7 @@ jobs:
77
with:
78
package-name: ${{ matrix.lib.name }}
79
playwright: ${{ matrix.lib.changes && matrix.lib.needsPlaywright }}
80
- shell: ${{ matrix.os == 'Windows' && 'pwsh' || 'bash' }}
+ shell: ${{ matrix.os == 'windows-latest' && 'pwsh' || 'bash' }}
81
82
- name: Run Tests
83
if: matrix.lib.changes
0 commit comments