Skip to content

Commit 84ffd75

Browse files
authored
Update run-python-tests.yml
Remove tmate for debugging
1 parent 726dc21 commit 84ffd75

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/run-python-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,7 @@ jobs:
6666
run: pytest -m integration --verbose --tb=short --junit-xml=test-results-integration.xml || true
6767
env:
6868
MONGO_URI: mongodb://localhost:27017
69-
MONGO_DB: sample_mflix
70-
71-
- name: Setup tmate session
72-
if: failure()
73-
uses: mxschmitt/action-tmate@v3
69+
MONGO_DB: sample_mflix
7470

7571
- name: Upload test results
7672
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)