Skip to content

Commit 94a84c2

Browse files
committed
Add command for debugging purposes
1 parent 6f809a0 commit 94a84c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ jobs:
197197
shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
198198
run: |
199199
git config --global --add safe.directory "$(cygpath -u "${{ github.workspace }}")" # workaround for #3408
200+
echo "$(cygpath -u "${{ github.workspace }}")" # for debugging purposes
200201
python -m tox
201202
- name: Create coverage report
202203
if: hashFiles('.coverage') != '' # Rudimentary `file.exists()`

0 commit comments

Comments
 (0)