Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Dec 3, 2024
1 parent 36be686 commit c24ad75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/case-study-unfurl-technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: (PREPARE) Start minikube
uses: medyagh/setup-minikube@v0.0.15

- name: (DEBUG) Test kubectl
- name: (PREPARE) Test kubectl
run: kubectl get pods

- name: (DEBUG) Cat config
run: cat ~/.kube/config || true
- name: (PREPARE) Cat kubeconfig
run: cat ~/.kube/config

- name: (PREPARE) Install Vintner
uses: ./.github/actions/vintner-install
Expand Down

0 comments on commit c24ad75

Please sign in to comment.