Skip to content

Commit fa85736

Browse files
committed
Check cwd
1 parent 8b06cf8 commit fa85736

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
shell: ${{ matrix.os == 'windows-latest' && 'pwsh' || 'bash' }}
8383
- name: Echo cwd
8484
run: |
85-
echo ${{ matrix.lib.windowsDirectory}}
85+
pwd
86+
echo ${{ matrix.lib.windowsDirectory }}
8687
echo ${{ matrix.lib.directory }}
8788
8889
- name: Echo cwd

0 commit comments

Comments
 (0)