We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 247978d + 7d2fe4a commit 7214cacCopy full SHA for 7214cac
1 file changed
.github/workflows/test.yaml
@@ -39,11 +39,3 @@ jobs:
39
export PYTHONPATH=$PYTHONPATH:.
40
python3 -m coverage run -m unittest discover tests
41
python3 -m coverage report -m mini_copilot/*.py mini_copilot/commands/*.py
42
-
43
- - name: Run integration tests
44
- if: env.GITHUB_TOKEN_INTEGRATION != ''
45
- env:
46
- GITHUB_TOKEN_INTEGRATION: ${{ secrets.GITHUB_TOKEN_INTEGRATION }}
47
- run: |
48
- export PYTHONPATH=$PYTHONPATH:.
49
- python3 -m unittest discover integration_tests
0 commit comments