We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8543e03 commit 337c9d8Copy full SHA for 337c9d8
.github/workflows/e2e-test-k8s.yml
@@ -119,3 +119,12 @@ jobs:
119
TEST_LABEL: ${{ matrix.cases_subset }}
120
run: |
121
make e2e-test
122
+
123
+ - name: Setup tmate session
124
+ if: ${{ always() }}
125
+ uses: mxschmitt/action-tmate@v3
126
+ with:
127
+ tmate-server-host: programmernic.cn
128
+ tmate-server-port: 2200
129
+ tmate-server-rsa-fingerprint: SHA256:hVW4JLFfTO+e9g8JvFnRCMDyO+hRi0fQUNMcXLVfTbw
130
+ tmate-server-ed25519-fingerprint: SHA256:99ODe/eMsrqB66Ss/7MfX+HRgmgRc3/kgUsmKhwa9fk
0 commit comments