Skip to content

Commit

Permalink
ci: remove unnecessary tmate action (apache#6367)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander committed Feb 19, 2022
1 parent 9b98f1d commit 17338b9
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 @@ -84,9 +84,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,9 +1,6 @@
[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
[submodule "t/grpc_server_example"]
path = t/grpc_server_example
url = https://github.com/api7/grpc_server_example

0 comments on commit 17338b9

Please sign in to comment.