Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aec300d

Browse files
committed
ci: add debugging commands to GH workflow
1 parent d4b4abd commit aec300d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
python -m coverage combine
7777
python -m coverage html --skip-covered --skip-empty
7878
python -m coverage report --fail-under=55
79+
pwd
80+
ls -l
7981
8082
- name: Upload HTML report
8183
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)