Skip to content

Commit df3c44d

Browse files
committed
refactor:fixed file paths
1 parent d9bf65d commit df3c44d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
cd build
5050
cmake -DPython3_EXECUTABLE="python3" -DCMAKE_BUILD_TYPE=Debug ..
5151
cmake --build . --config Debug
52+
echo Current working directory (CMD): %CD%
53+
dir /A
5254
echo "current working directory after pyd: $(pwd)"
5355
echo "displaying directory contents:"
5456
ls
@@ -59,7 +61,7 @@ jobs:
5961
run: |
6062
pip install pytest pytest-cov pytest-html
6163
pip install pytest-mock pytest-asyncio pytest-timeout pytest-xdist pytest-cov
62-
echo "current working directory: $(pwd)"
64+
echo "current working directory:" %CD%
6365
echo "displaying directory contents:"
6466
ls
6567
cd tests

0 commit comments

Comments
 (0)