ci: remove unnecessary tmate action (#6367)

This commit is contained in:
罗泽轩 2022-02-19 23:22:24 +08:00 committed by GitHub
parent 9b98f1d131
commit 17338b9b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 10 deletions

@ -1 +0,0 @@
Subproject commit 079a16b22b8bcc5dd231a42d9a5e8e48db564688

View File

@ -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
.gitmodules vendored
View File

@ -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