We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154b2a9 commit 20a9371Copy full SHA for 20a9371
.github/workflows/test.yml
@@ -49,9 +49,10 @@ jobs:
49
50
- name: Run tests
51
env:
52
- #GIT2CPP_TEST_PRIVATE_TOKEN: ${{ secrets.GIT2CPP_TEST_PRIVATE_TOKEN }}
53
- GIT2CPP_TEST_PRIVATE_TOKEN: github_pat_ABCD
+ GIT2CPP_TEST_PRIVATE_TOKEN: ${{ secrets.GIT2CPP_TEST_PRIVATE_TOKEN }}
+ #GIT2CPP_TEST_PRIVATE_TOKEN: github_pat_ABCD
54
run: |
55
+ env | sort
56
pytest -v -rP
57
58
coverage:
0 commit comments