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 643c342 commit 72e6c0eCopy full SHA for 72e6c0e
.github/workflows/pull-request.yml
@@ -80,8 +80,11 @@ jobs:
80
package-name: ${{ matrix.lib.name }}
81
playwright: ${{ matrix.lib.changes && matrix.lib.needsPlaywright }}
82
shell: ${{ matrix.os == 'windows-latest' && 'pwsh' || 'bash' }}
83
+ - name: Echo cwd
84
+ run: echo ${{ matrix.os == 'windows-latest' && matrix.lib.windowsDirectory || matrix.lib.directory }}
85
86
- name: Echo cwd
87
+ working-directory: ${{ matrix.os == 'windows-latest' && matrix.lib.windowsDirectory || matrix.lib.directory }}
88
run: pwd
89
90
- name: Run Tests
0 commit comments