Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Jan 23, 2025
1 parent 8f508b0 commit 8383432
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ jobs:
env:
TOOLS_PATH: "/opt/tools/bin"
steps:
# Enable Tmate debug ssh session on demand
- name: "Setup tmate session"
uses: "percona/gh-action-action-tmate@v3"


- name: Check out code into the Go module directory
Expand Down Expand Up @@ -296,6 +293,11 @@ jobs:
kubectl delete apiservice v1.packages.operators.coreos.com --ignore-not-found=true
kubectl get crd -o name | grep .coreos.com$ | awk -F '/' {'print $2'} | xargs --no-run-if-empty kubectl delete crd
# Enable Tmate debug ssh session on demand
- name: "Setup tmate session"
uses: "percona/gh-action-action-tmate@v3"
if: always()

- name: Scale down cluster
if: always()
run: |
Expand Down

0 comments on commit 8383432

Please sign in to comment.