Skip to content

Commit 7d2fe4a

Browse files
committed
fix: restore test.yaml to original unit-test scope
1 parent 247978d commit 7d2fe4a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/test.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,3 @@ jobs:
3939
export PYTHONPATH=$PYTHONPATH:.
4040
python3 -m coverage run -m unittest discover tests
4141
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

Comments
 (0)