Skip to content

Commit

Permalink
chore: Tmate session on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Sep 21, 2024
1 parent 4cfba15 commit 466e04e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,9 @@ jobs:
run: |
kubectl get pods -A
kubectl get svc -A
kubectl logs --selector=app.kubernetes.io/name=chromadb --previous
kubectl logs --selector=app.kubernetes.io/name=chromadb --previous
- name: Setup tmate session
if: failure()
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

0 comments on commit 466e04e

Please sign in to comment.