mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
debug: add SSH debug
This commit is contained in:
parent
734aa0a9ad
commit
037d1afcbb
1 changed files with 4 additions and 0 deletions
4
.github/workflows/kustomize.yml
vendored
4
.github/workflows/kustomize.yml
vendored
|
@ -16,6 +16,10 @@ jobs:
|
|||
submodules: recursive
|
||||
- name: Create k8s Kind Cluster
|
||||
uses: helm/kind-action@v1.1.0
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
with:
|
||||
limit-access-to-actor: true
|
||||
- name: Test
|
||||
run: |
|
||||
kubectl cluster-info
|
||||
|
|
Loading…
Reference in a new issue