File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 1919 with :
2020 go-version-file : go.mod
2121
22- - name : set up tmate session for debugging
23- if : ${{ failure() || runner.debug || contains(github.event.pull_request.labels.*.name, 'debug-ci') }}
24- uses : mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48 # v3.19
25- with :
26- limit-access-to-actor : false
27- detached : true
28-
2922 - name : Setup Minikube
3023 run : |
3124 test/scripts/github-action-helper.sh install_minikube_with_none_driver
Original file line number Diff line number Diff line change 3131 with :
3232 go-version-file : go.mod
3333
34- - name : set up tmate session for debugging
35- if : ${{ failure() || runner.debug || contains(github.event.pull_request.labels.*.name, 'debug-ci') }}
36- uses : mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48 # v3.19
37- with :
38- limit-access-to-actor : false
39- detached : true
40-
41-
4234 - name : Setup Minikube
4335 run : |
4436 test/scripts/github-action-helper.sh install_minikube_with_none_driver
You can’t perform that action at this time.
0 commit comments