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 0fa4a71 commit ba588d1Copy full SHA for ba588d1
.github/workflows/unittest.yaml
@@ -33,6 +33,13 @@ jobs:
33
- name: Run Go test
34
run: |
35
make test ENVTEST_K8S_VERSION=${{ matrix.kubernetes-version }}
36
+
37
+ - name: Setup Debug Session
38
+ uses: mxschmitt/action-tmate@v3
39
+ timeout-minutes: 15
40
+ if: failure()
41
+ with:
42
+ detached: false
43
44
- name: Coveralls report
45
uses: shogo82148/actions-goveralls@v1
0 commit comments