Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
advanced debug block
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Nov 2, 2024
1 parent a83b6ef commit 64f874c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
kubectl cluster-info
kubectl get nodes
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# detached: true

- name: Setup COSI-Driver
run: |
Expand Down Expand Up @@ -130,6 +130,9 @@ jobs:
env:
AWS_DEFAULT_REGION: "us-west-1"

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

# - name: Cleaup IAM and S3 Services
# run: docker compose --profile iam_s3 down
# working-directory: .github/s3_and_iam_deployment
Expand Down

0 comments on commit 64f874c

Please sign in to comment.