Skip to content

Commit

Permalink
Start a toy kubernetes cluster for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolg committed Aug 29, 2024
1 parent a3ffd64 commit 198301b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Create k8s Kind Cluster
uses: helm/kind-action@v1
with:
cluster_name: kind

- name: Setup Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 198301b

Please sign in to comment.