Skip to content

Commit 264c871

Browse files
authored
remove session after e2e failure (#754)
Signed-off-by: Zhiwei Yin <[email protected]>
1 parent ca1cef8 commit 264c871

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,3 @@ jobs:
3838
name: Logs after Tests Failed
3939
run: kubectl -n open-cluster-management logs -l name=managedcluster-import-controller --tail=-1
4040

41-
- if: ${{ failure() }}
42-
name: Setup tmate session after Tests Failed
43-
uses: mxschmitt/action-tmate@v3
44-
timeout-minutes: 120 # 120 minutes timeout

0 commit comments

Comments
 (0)