Skip to content

Commit

Permalink
Add command for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Feb 17, 2025
1 parent 6f809a0 commit 94a84c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ jobs:
shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
run: |
git config --global --add safe.directory "$(cygpath -u "${{ github.workspace }}")" # workaround for #3408
echo "$(cygpath -u "${{ github.workspace }}")" # for debugging purposes
python -m tox
- name: Create coverage report
if: hashFiles('.coverage') != '' # Rudimentary `file.exists()`
Expand Down

0 comments on commit 94a84c2

Please sign in to comment.