Skip to content

Commit

Permalink
ci: remove unnecessary tmate action (apache#6367)
Browse files Browse the repository at this point in the history
(cherry picked from commit 17338b9)
  • Loading branch information
spacewander authored and tzssangglass committed Sep 23, 2022
1 parent 7421807 commit 117ddee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/actions/action-tmate
Submodule action-tmate deleted from 079a16
6 changes: 0 additions & 6 deletions .github/workflows/chaos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,3 @@ jobs:
- name: Run test
working-directory: ./t/chaos
run: ginkgo -r --v --progress --trace

# Debug via SSH if previous steps failed
- name: Set up tmate session
if: ${{ failure() }}
uses: ./.github/actions/action-tmate
timeout-minutes: 15
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "t/toolkit"]
path = t/toolkit
url = https://github.com/api7/test-toolkit.git
[submodule ".github/actions/action-tmate"]
path = .github/actions/action-tmate
url = https://github.com/mxschmitt/action-tmate

0 comments on commit 117ddee

Please sign in to comment.