Skip to content

Commit

Permalink
TEMP debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Ojea committed Dec 15, 2020
1 parent dba50e6 commit 61cc4a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
KUBE_PATH="${{ github.workspace }}/src/k8s.io/kubernetes"
kind build node-image --kube-root ${KUBE_PATH} --image node:test -v7
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Create cluster from current repository
run: |
kind create cluster --name kind-pr --wait 1m --image node:test -v7 --retain
Expand Down

0 comments on commit 61cc4a7

Please sign in to comment.