Skip to content

Commit de71a53

Browse files
fix: try to run the commands
1 parent cb557cf commit de71a53

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- name: test run subprocess
2121
run: |
2222
python test_root.py
23+
git rev-parse --show-toplevel
24+
git remote
2325
- name: Upload coverage to Codecov using uploader
2426
run: |
2527
curl -Os https://uploader.codecov.io/v0.7.1/linux/codecov
@@ -72,6 +74,8 @@ jobs:
7274
- name: test run subprocess
7375
run: |
7476
python test_root.py
77+
git rev-parse --show-toplevel
78+
git remote
7579
7680
- name: Upload coverage to Codecov using uploader
7781
run: |

0 commit comments

Comments
 (0)