Skip to content

Commit f9e39cb

Browse files
committed
some debugging on gh-action
1 parent ecea267 commit f9e39cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,7 @@ jobs:
4343
pip install -r test_requirements.txt
4444
MPLBACKEND=Agg pytest --cov tikzplotlib
4545
- name: Submit to codecov
46-
run: bash <(curl -s https://codecov.io/bash) -R ~/work
46+
run: |
47+
pwd
48+
ls
49+
bash <(curl -s https://codecov.io/bash) -R ~/work

0 commit comments

Comments
 (0)