Skip to content

Commit 212f5ee

Browse files
committed
ci: add debugging output to gh workflow 2
1 parent aec300d commit 212f5ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
run: |
4141
ENV_SUFFIX=$(echo "${{ matrix.python-version }}" | tr -d '.')
4242
tox -e py${ENV_SUFFIX}
43+
pwd
44+
ls -l
4345
env:
4446
# Set the COVERAGE_FILE environment variable for coverage.py
4547
COVERAGE_FILE: .coverage.${{ matrix.python-version }}
@@ -76,8 +78,6 @@ jobs:
7678
python -m coverage combine
7779
python -m coverage html --skip-covered --skip-empty
7880
python -m coverage report --fail-under=55
79-
pwd
80-
ls -l
8181
8282
- name: Upload HTML report
8383
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)