Skip to content

Commit

Permalink
refactor without makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Feb 1, 2024
1 parent 65895de commit 7dda822
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
id: checkout
with:
fetch-depth: 1

- name: Kubernetes KinD Cluster
uses: helm/[email protected]
with:
Expand All @@ -53,12 +59,6 @@ jobs:
set -x
kubectl get po --all-namespaces
- name: Checkout
uses: actions/checkout@v4
id: checkout
with:
fetch-depth: 1

- name: Create Kind Cluster
id: create-kind-kubernetes
env:
Expand Down

0 comments on commit 7dda822

Please sign in to comment.