Skip to content

Commit 20a9371

Browse files
committed
debug CI
1 parent 154b2a9 commit 20a9371

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ jobs:
4949
5050
- name: Run tests
5151
env:
52-
#GIT2CPP_TEST_PRIVATE_TOKEN: ${{ secrets.GIT2CPP_TEST_PRIVATE_TOKEN }}
53-
GIT2CPP_TEST_PRIVATE_TOKEN: github_pat_ABCD
52+
GIT2CPP_TEST_PRIVATE_TOKEN: ${{ secrets.GIT2CPP_TEST_PRIVATE_TOKEN }}
53+
#GIT2CPP_TEST_PRIVATE_TOKEN: github_pat_ABCD
5454
run: |
55+
env | sort
5556
pytest -v -rP
5657
5758
coverage:

0 commit comments

Comments
 (0)