Skip to content

Commit

Permalink
ci: make cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Dec 1, 2023
1 parent bfa6184 commit 7c45628
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
run: make install
- name: install k3d
run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
- run: make kubes
- run: make cluster
- run: make kubes-minio
- run: make kubes-prefect
- run: make deploy

0 comments on commit 7c45628

Please sign in to comment.