Skip to content

Commit 72e6c0e

Browse files
committed
Check working directory
1 parent 643c342 commit 72e6c0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,11 @@ jobs:
8080
package-name: ${{ matrix.lib.name }}
8181
playwright: ${{ matrix.lib.changes && matrix.lib.needsPlaywright }}
8282
shell: ${{ matrix.os == 'windows-latest' && 'pwsh' || 'bash' }}
83+
- name: Echo cwd
84+
run: echo ${{ matrix.os == 'windows-latest' && matrix.lib.windowsDirectory || matrix.lib.directory }}
8385

8486
- name: Echo cwd
87+
working-directory: ${{ matrix.os == 'windows-latest' && matrix.lib.windowsDirectory || matrix.lib.directory }}
8588
run: pwd
8689

8790
- name: Run Tests

0 commit comments

Comments
 (0)